User Tools

Site Tools


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

Table of Contents

TGIS_SquareMatrix.TGIS_SquareMatrix(int) constructor

DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Create | Overloads | Constructors | Methods | Properties

Creates an instance.

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

Syntax

// C#
public TGIS_SquareMatrix(
  int _dim
);
' VisualBasic
Public Sub New(
  ByVal _dim As Integer
)
// Oxygene
public
  constructor (
    _dim : Integer
  );

Parameters

Name Type Description
_dim int
Integer
the dimension of the matrix
2022/11/30 19:27

Page Tools