Writes a complex vector to the stream.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
public override void Write<T>(
Vector<Complex<T>> vector
)
Public Overrides Sub Write(Of T) (
vector As Vector(Of Complex(Of T))
)
public:
generic<typename T>
virtual void Write(
Vector<Complex<T>>^ vector
) override
abstract Write :
vector : Vector<Complex<'T>> -> unit
override Write :
vector : Vector<Complex<'T>> -> unit
Parameters
- vector
- Type: Extreme.MathematicsVectorComplexT
Type Parameters
- T
- The type of the real and imaginary parts
of the element type.
Numerical Libraries
Supported in: 6.0
Reference