ElementaryRotationMultiply Method (Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ElementaryRotation Multiply(
double scalar
)
Public Function Multiply (
scalar As Double
) As ElementaryRotation
public:
ElementaryRotation Multiply(
double scalar
)
member Multiply :
scalar : float -> ElementaryRotation
Parameters
- scalar
- Type: SystemDouble
The scalar.
Return Value
Type:
ElementaryRotationThe result of the multiplication.
See Also