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 407
a8367a26 4e02 7c63 f213 b758e5ca829f
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 Matrix3 operator *(
Matrix3 m,
double a
)
VB
Public Shared Operator * (
m As Matrix3,
a As Double
) As Matrix3
C++
public:
static Matrix3 operator *(
Matrix3 m,
double a
)
F#
static let inline (*)
m : Matrix3 *
a : float : Matrix3
- Matrix3
- Matrix3.
- Double
- Scalar.
Matrix3
Matrix3.