Vector2DMagnitude Property |
Returns the length of the current vector.
Namespace:
LightBuzz
Assembly:
LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic float Magnitude { get; }
Public ReadOnly Property Magnitude As Single
Get
public:
property float Magnitude {
float get ();
}
member Magnitude : float32 with get
Property Value
Type:
Single
See Also