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

FIS.AverageAngle Method

Computes the average of the input angles using points on a unit circle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AverageAngle
(
	IList<float> inAngles,
	FilNet.AngleRange inAngleRange,
	out float outAverageAngle
)

Parameters

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

See also