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 411
caf948b9 335f 4bef 10cf dba3ef3a23b4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.op_Multiply(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_Multiply(netDxf.GTE.GVector,System.Double)"\]
- Double
- \[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GVector.op_Multiply(netDxf.GTE.GVector,System.Double)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.op_Multiply(netDxf.GTE.GVector,System.Double)"]