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
16f7e37c a13b 8fe6 5ccf 805451236cfb
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 Multiply(
Matrix3 m,
double a
)
VB
Public Shared Function Multiply (
m As Matrix3,
a As Double
) As Matrix3
C++
public:
static Matrix3 Multiply(
Matrix3 m,
double a
)
F#
static member Multiply :
m : Matrix3 *
a : float -> Matrix3
- Matrix3
- Matrix3.
- Double
- Scalar.
Matrix3
Matrix3.