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 416
cce7abf1 675b a941 7d62 3d7cde4e32ff
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Product of a matrix with a scalar.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix2 operator *(
Matrix2 m,
double a
)
VB
Public Shared Operator * (
m As Matrix2,
a As Double
) As Matrix2
C++
public:
static Matrix2 operator *(
Matrix2 m,
double a
)
F#
static let inline (*)
m : Matrix2 *
a : float : Matrix2
- Matrix2
- Matrix2.
- Double
- Scalar.
Matrix2
Matrix2.