ElementaryRotationMultiply Method (Double) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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