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