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
d11a5a50 7385 e4c8 c1a3 aa549940193f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GVector operator /(
GVector vec,
double scalar
)
VB
Public Shared Operator / (
vec As GVector,
scalar As Double
) As GVector
C++
public:
static GVector^ operator /(
GVector^ vec,
double scalar
)
F#
static let inline (/)
vec : GVector *
scalar : float : GVector
- GVector
- \[Missing <param name="vec"/> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"\]
- Double
- \[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"]