You are here: Start » AVL.NET » AVS.MedianAngle Method

AVS.MedianAngle Method

Computes the median angle of the input angles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MedianAngle
(
	IList<float> inAngles,
	AvlNet.AngleRange inAngleRange,
	out float outMedianAngle
)

Parameters

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

See also