Skip to main content

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

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

ParameterType
valuenumber

Returns

string

Inherit Doc

Implementation of

Formatter.format