Text Data Stream.Read Complex Vector<T> Method
Reads a complex vector from the stream.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
The vector that was read from the stream.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
public abstract Vector<Complex<T>> ReadComplexVector<T>(
bool strict
)
Parameters
- strict Boolean
- Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).
Type Parameters
- T
- The type of the real and imaginary parts of the element type.
Return Value
Vector<Complex<T>>The vector that was read from the stream.