| Vector2DLengthSquared Property |
Returns the squared length of this vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public double LengthSquared { get; }
Public ReadOnly Property LengthSquared As Double
Get
public:
property double LengthSquared {
double get ();
}
member LengthSquared : float with get
Return Value
Type:
DoubleThe squared length of this vector.
See Also