| ParserVector Method |
[This is preliminary documentation and is subject to change.]
Returns token as array of doubles. For parsing quoted array syntax.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Vector(
int ExpectedSize
)
Public Function Vector (
ExpectedSize As Integer
) As Double()
public:
array<double>^ Vector(
int ExpectedSize
)
member Vector :
ExpectedSize : int -> float[]
function Vector(ExpectedSize);
Parameters
- ExpectedSize
- Type: SystemInt32
[Missing <param name="ExpectedSize"/> documentation for "M:dss_sharp.Parser.Vector(System.Int32)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.Parser.Vector(System.Int32)"]
See Also