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
43774a6a 8711 cd2a 0ef3 763c74265bb5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Multiplies a scalar with a vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector2 operator *(
double a,
Vector2 u
)VB
Public Shared Operator * (
a As Double,
u As Vector2
) As Vector2C++
public:
static Vector2 operator *(
double a,
Vector2 u
)F#
static let inline (*)
a : float *
u : Vector2 : Vector2- Double
- Scalar.
- Vector2
- Vector3.
Vector2
The multiplication of u times a.