| ParserMatrix Method |
[This is preliminary documentation and is subject to change.]
Use this property to parse a Matrix token in OpenDSS format. Returns square matrix of order specified. Order same as default Fortran order: column by column.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Matrix(
int ExpectedOrder
)
Public Function Matrix (
ExpectedOrder As Integer
) As Double()
public:
array<double>^ Matrix(
int ExpectedOrder
)
member Matrix :
ExpectedOrder : int -> float[]
function Matrix(ExpectedOrder);
Parameters
- ExpectedOrder
- Type: SystemInt32
[Missing <param name="ExpectedOrder"/> documentation for "M:dss_sharp.Parser.Matrix(System.Int32)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.Parser.Matrix(System.Int32)"]
See Also