Quaternion::Multiply Method (Quaternion, Single)
Returns the quaternion that results from scaling all the components of a specified quaternion by a scalar factor.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value1
- Type: System.Numerics::Quaternion
The source quaternion.
- value2
- Type: System::Single
The scalar value.
Show: