Search
Vector.LengthSquared Property
See Also
 






Gets the squared length of this vector.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double LengthSquared { get; }

Visual Basic  Copy Code

Public ReadOnly Property LengthSquared As Double

 Property Value

A double value.

 See Also