ScalarMultiply Method (Scalar) |
Multiplies another scalar with this one.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Multiply(
Scalar scalar
)
Public Function Multiply (
scalar As Scalar
) As Scalar
public:
Scalar^ Multiply(
Scalar^ scalar
)
member Multiply :
scalar : Scalar -> Scalar
Parameters
- scalar
- Type: AGI.Foundation.GeometryScalar
The other scalar to multiply.
Return Value
Type:
ScalarA scalar representing the product of the two scalars.
Exceptions See Also