FPointMagnitude Method

Return the absolute magnitude of the provided point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float Magnitude(
	FPoint point
)

Parameters

point  FPoint
Reference to the point for which the magnitude will be found.

Return Value

Single
The absolute magnitude of the caller's point.

See Also