Class: VSpeedFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:638
Formatter for V-Speeds
Implements
Formatter<number>
Constructors
Constructor
new VSpeedFormat(
vSpeedName):VSpeedFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:644
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/WT21v2/FMC/Framework/FmcFormats.ts:649
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:652
Parameters
| Parameter | Type |
|---|---|
value | number |
Returns
string