ScalarMultiply Operator (Scalar, Scalar) |
Multiplies two scalars together.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Scalar operator *(
Scalar left,
Scalar right
)
Public Shared Operator * (
left As Scalar,
right As Scalar
) As Scalar
public:
static Scalar^ operator *(
Scalar^ left,
Scalar^ right
)
static let inline (*)
left : Scalar *
right : Scalar : Scalar
Parameters
- left
- Type: AGI.Foundation.GeometryScalar
The first scalar term to multiply. - right
- Type: AGI.Foundation.GeometryScalar
The second scalar term to multiply.
Return Value
Type:
ScalarThe product of two scalars.
Exceptions See Also