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


