Click or drag to resize
DigitalRuneVector2DLength Property
Gets or sets the length of this vector.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public double Length { get; set; }

Return Value

Type: Double
The length of the this vector.
Exceptions
ExceptionCondition
MathematicsException The vector has a length of 0. The length cannot be changed.
See Also