Skip to main content

Class: VSpeedFormat

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:638

Formatter for V-Speeds

Implements

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

ParameterTypeDescription
vSpeedNamestringV 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

Formatter.nullValueString

Methods

format()

format(value): string

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:652

Parameters

ParameterType
valuenumber

Returns

string

Inherit Doc

Implementation of

Formatter.format