Quaternion::Length Method

Calculates the length of the quaternion.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
float Length()

Return Value

Type: System::Single
The computed length of the quaternion.
Show: