Click or drag to resize
DigitalRuneVectorFIsNumericallyNormalized Property
Returns a value indicating whether this vector is normalized (the length is numerically equal to 1).

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsNumericallyNormalized { get; }

Property Value

Type: Boolean
if this vector is numerically normalized; otherwise, .
Remarks
IsNumericallyNormalized compares the length of this vector against 1.0 using the default tolerance value (see EpsilonF).
See Also