Class MathFaa
Class to overide any Math functions to handle specific FAA TERPS handling
Inherited Members
Namespace: FpAssistantCore.FaaTerps
Assembly: FpAssistantCoreScl.dll
Syntax
public static class MathFaa
Methods
View SourceRound(double, int)
FAA bias rounding function
Declaration
public static double Round(double value, int fractionalDigits)
Parameters
| Type | Name | Description |
|---|---|---|
| double | value | number to be rounded |
| int | fractionalDigits | Number of fractional places to round |
Returns
| Type | Description |
|---|---|
| double | Value rounded |
Remarks
FAA examples show to round away from zero