Click or drag to resize

FloatComplexVector(TextReader) Constructor

Constructs a FloatComplexVector instance from the given text reader.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector(
	TextReader reader
)

Parameters

reader  TextReader
A reader positioned at the start of a text representation of a complex vector.
Remarks
Acceptable text representations are of the form [ (r1,i1) (r2,i2) (r3,i3) ... ]. For example, [ (4.3,3.5) (23.4,-234.3) (-21.2,0) ]. Brackets are optional. Whitespace is ignored.
See Also