| VectorFLengthSquared 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 float LengthSquared { get; }
Public ReadOnly Property LengthSquared As Single
Get
public:
property float LengthSquared {
float get ();
}
member LengthSquared : float32 with get
Return Value
Type:
SingleThe squared length of this vector.
See Also