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


