Quaternion.Multiply (Quaternion, Double) Operator

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

Parameters

left
Quaternion

Quaternion

s
double

Scalar value

Return Value

Quaternion

The Quaternion that is the product of multiplication.

.NET Framework

Supported in: 4.8

In this article

Definition