Class: VSpeedFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:639
Formatter for V-Speeds
Implements
Formatter
<number
>
Constructors
Constructor
new VSpeedFormat(
vSpeedName
):VSpeedFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:645
Constructor
Parameters
Parameter | Type | Description |
---|---|---|
vSpeedName | string | V speed prefix |
Returns
VSpeedFormat
Properties
nullValueString
nullValueString:
string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:650
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:653
Parameters
Parameter | Type |
---|---|
value | number |
Returns
string
Inherit Doc
Implementation of
Formatter.format