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 407
f9d9fba9 312b 7a80 7eb4 94244553ed9e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_GreaterThan(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool operator >(
GMatrix mat1,
GMatrix mat2
)
VB
Public Shared Operator > (
mat1 As GMatrix,
mat2 As GMatrix
) As Boolean
C++
public:
static bool operator >(
GMatrix^ mat1,
GMatrix^ mat2
)
F#
static let inline (>)
mat1 : GMatrix *
mat2 : GMatrix : bool
- GMatrix
- \[Missing <param name="mat1"/> documentation for "M:netDxf.GTE.GMatrix.op_GreaterThan(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
- GMatrix
- \[Missing <param name="mat2"/> documentation for "M:netDxf.GTE.GMatrix.op_GreaterThan(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
Boolean
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_GreaterThan(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"]