Writes a complex vector to the stream.
Namespace:
Extreme.Data.Text
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.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.
Reference