ScalarMultiply Method (Double) |
Multiplies this scalar with a fixed value.
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(
double scalar
)
Public Function Multiply (
scalar As Double
) As Scalar
public:
Scalar^ Multiply(
double scalar
)
member Multiply :
scalar : float -> Scalar
Parameters
- scalar
- Type: SystemDouble
The fixed value to multiply.
Return Value
Type:
ScalarA scalar representing the product of the two scalars.
See Also