Class: IasMachFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:801
Format for IAS and Mach input
Implements
Constructors
Constructor
new IasMachFormat():
IasMachFormat
Returns
IasMachFormat
Properties
nullValueString
readonly
nullValueString:"---/-"
='---/-'
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:803
The string to show when a value is null
Implementation of
Methods
format()
format(
value
):string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:819
Parameters
Parameter | Type |
---|---|
value | IasMachEntry |
Returns
string
Inherit Doc
Implementation of
parse()
parse(
input
):null
|IasMachEntry
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:806
Parameters
Parameter | Type |
---|---|
input | string |
Returns
null
| IasMachEntry