Click or drag to resize

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
)

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