DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Create | Overloads | Constructors | Methods | Properties
Creates an instance. If the source matrix is not square then it will be truncated by the smaller dimension.
// C# public TGIS_SquareMatrix( double[][] _mtr );
' VisualBasic Public Sub New( ByVal _mtr As Double()() )
// Oxygene public constructor ( _mtr : TGIS_Matrix );
Name | Type | Description |
---|---|---|
_mtr | double[][] TGIS_Matrix | the source data for matrix |