Class: PerfQnhFormat
Format for XX.XX inHg QNH values
Implements
Validator
<number
>Formatter
<number
>
Constructors
constructor
• new PerfQnhFormat(manualQnhSubject
): PerfQnhFormat
Ctor
Parameters
Name | Type | Description |
---|---|---|
manualQnhSubject | Subscribable <any > | subject for manually entered QNH |
Returns
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:220
Properties
nullValueString
• nullValueString: string
= '--.-- IN'
Implementation of
Formatter.nullValueString
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:252
Methods
format
▸ format(value
): string
Parameters
Name | Type |
---|---|
value | number |
Returns
string
Inherit Doc
Implementation of
Formatter.format
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:255
parse
▸ parse(input
): null
| number
Parameters
Name | Type |
---|---|
input | string |
Returns
null
| number
Inherit Doc
Implementation of
Validator.parse
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:226