This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
20d325a7 cb29 4c0c 2853 2ad3630c2f18
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.Zero(System.Int32,System.Int32)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GMatrix Zero(
int numRows,
int numCols
)
VB
Public Shared Function Zero (
numRows As Integer,
numCols As Integer
) As GMatrix
C++
public:
static GMatrix^ Zero(
int numRows,
int numCols
)
F#
static member Zero :
numRows : int *
numCols : int -> GMatrix
- Int32
- \[Missing <param name="numRows"/> documentation for "M:netDxf.GTE.GMatrix.Zero(System.Int32,System.Int32)"\]
- Int32
- \[Missing <param name="numCols"/> documentation for "M:netDxf.GTE.GMatrix.Zero(System.Int32,System.Int32)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.Zero(System.Int32,System.Int32)"]