You are here: Start » AVL.NET » AVL.MedianAngle
Computes the median angle of the input angles.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void MedianAngle ( IList<float> inAngles, AvlNet.AngleRange inAngleRange, out float outMedianAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inAngles | System.Collections.Generic.IList<float> | |||
![]() | inAngleRange | AvlNet.AngleRange | |||
![]() | outMedianAngle | float |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in MedianAngle. |


