Class: RwySlopeFormat
Validator and Formatter for temperatures
FIXME make this universal
Implements
Validator
<number
>Formatter
<number
>
Constructors
constructor
• new RwySlopeFormat(): RwySlopeFormat
Returns
Properties
nullValueString
• nullValueString: string
= '--.-%'
Implementation of
Formatter.nullValueString
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:624
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:627
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:588