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 409
4812ad0e 6286 0241 9f9c 4407d7e9f6e1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.op_LessThanOrEqual(netDxf.GTE.GVector,netDxf.GTE.GVector)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool operator <=(
GVector vec1,
GVector vec2
)
VB
Public Shared Operator <= (
vec1 As GVector,
vec2 As GVector
) As Boolean
C++
public:
static bool operator <=(
GVector^ vec1,
GVector^ vec2
)
F#
static let inline (<=)
vec1 : GVector *
vec2 : GVector : bool
- GVector
- \[Missing <param name="vec1"/> documentation for "M:netDxf.GTE.GVector.op_LessThanOrEqual(netDxf.GTE.GVector,netDxf.GTE.GVector)"\]
- GVector
- \[Missing <param name="vec2"/> documentation for "M:netDxf.GTE.GVector.op_LessThanOrEqual(netDxf.GTE.GVector,netDxf.GTE.GVector)"\]
Boolean
[Missing <returns> documentation for "M:netDxf.GTE.GVector.op_LessThanOrEqual(netDxf.GTE.GVector,netDxf.GTE.GVector)"]