Scalar.Multiply Method (Double) |
Multiplies this scalar with a fixed value.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The fixed value to multiply.
Return Value
Type:
ScalarA scalar representing the product of the two scalars.
See Also