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

AVL.MedianAngle Method

Computes the median angle of the input angles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MedianAngle(
	float[] inAngles,
	AvlNet.AngleRange inAngleRange,
	out float outMedianAngle
)

Parameters

Name Type Range Default Description
inAnglesfloat
inAngleRangeAvlNet.AngleRange
outMedianAnglefloat

Errors

Error type Description
DomainError Empty array on input in MedianAngle.

See also