You are here: Start » FIL.NET » FIS.MedianAngle Method

FIS.MedianAngle Method

Computes the median angle of the input angles.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also