Click or drag to resize

DoubleComplexVector(String) Constructor

Constructs a DoubleComplexVector instance from a given string representation.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexVector(
	string s
)

Parameters

s  String
A string representation of a vector.
Remarks
Acceptable strings 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