This document is archived and information here might be outdated. Recommended version. |
The length of the vector.
[Visual Basic .NET]
Public Property Magnitude As Double
[C#]
public double Magnitude {get; set;}
[C++]
HRESULT get_Magnitude(
System.Double* Magnitude
);
[C++]
HRESULT put_Magnitude(
double Magnitude
);
[C++] Parameters Magnitude [out, retval]
Magnitude is a parameter of type double* Magnitude
Magnitude is a parameter of type double
Returns and sets the magnitude of the vector. The magnitude is analgous to the length of the vector.