User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_squarematrix.create_tgis_matrix

Table of Contents

TGIS_SquareMatrix.TGIS_SquareMatrix(double[][]) constructor

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.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public TGIS_SquareMatrix(
  double[][] _mtr
);
' VisualBasic
Public Sub New(
  ByVal _mtr As Double()()
)
// Oxygene
public
  constructor (
    _mtr : TGIS_Matrix
  );

Parameters

Name Type Description
_mtr double[][]
TGIS_Matrix
the source data for matrix
2022/11/30 19:27

Page Tools