Show / Hide Table of Contents

Class MathFaa

Class to overide any Math functions to handle specific FAA TERPS handling

Inheritance
object
MathFaa
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.FaaTerps
Assembly: FpAssistantCoreScl.dll
Syntax
public static class MathFaa

Methods

View Source

Round(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

  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited