This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
33a329c7 5038 e387 8c07 b0dcea01bdfa
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.op_Multiply(System.Double,netDxf.GTE.GVector)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GVector operator *(
double scalar,
GVector vec
)VB
Public Shared Operator * (
scalar As Double,
vec As GVector
) As GVectorC++
public:
static GVector^ operator *(
double scalar,
GVector^ vec
)F#
static let inline (*)
scalar : float *
vec : GVector : GVector- Double
- \[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GVector.op_Multiply(System.Double,netDxf.GTE.GVector)"\]
- GVector
- \[Missing <param name="vec"/> documentation for "M:netDxf.GTE.GVector.op_Multiply(System.Double,netDxf.GTE.GVector)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.op_Multiply(System.Double,netDxf.GTE.GVector)"]