You are here: Start » AVL.NET » Invoke.MedianAngle
Computes the median angle of the input angles.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MedianAngle ( List<float> inAngles, Avl.AngleRange inAngleRange, out float outMedianAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inAngles | System.Collections.Generic.List<float> | |||
![]() | inAngleRange | Avl.AngleRange | _0_180 | Default value: _0_180. | |
![]() | outMedianAngle | float |


