Quaternion.Multiply (Double, Quaternion) Operator

Multiplies the specified quaternion by a scalar.
Public Shared Operator *( _ 
ByVal s As Double, _ 
ByVal right As Quaternion
) As Quaternion
This language is not supported or no code example is available.
public static Quaternion operator *( 
double s
Quaternion right 
)
This language is not supported or no code example is available.

Parameters

s
double

Scalar value

right
Quaternion

Quaternion

Return Value

Quaternion

The Quaternion that is the product of multiplication.

.NET Framework

Supported in: 4.8

In this article

Definition