Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AliasUnit<T>

internal

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

  • new AliasUnit<T>(name: string, symbol: undefined | string, attributes: AliasAttributes, si: Unit<T> & SI, scale: number, offset?: number): AliasUnit<T>

Properties

Readonly attributes

attributes: UnitAttributes

Readonly key

key: T

Readonly name

name: string

Readonly names

names: string[] = ...

Readonly offset

offset: number

Readonly scale

scale: number

Readonly si

si: Unit<T>

Optional Readonly symbol

symbol: undefined | string

Accessors

html

  • get html(): Element & ViewOf<this>

id

  • get id(): string

tex

  • get tex(): string

Methods

add

divide

fromSI

multiply

toHtml

toSI

toString

  • toString(): string

toTex

Generated using TypeDoc