You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Interpolations » FIL.MedianAngle

FIL.MedianAngle

Computes the median angle of the input angles.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void MedianAngle
(
	IList<float> inAngles,
	FilNet.AngleRange inAngleRange,
	out float outMedianAngle
)

Parameters

Name Type Range Default Description
inAnglesSystem.Collections.Generic.IList<float>
inAngleRangeFilNet.AngleRange_0_180Default value: _0_180.
outMedianAnglefloat

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in MedianAngle.

See also