Interface SiUnitVelocity

Represents a SI unit velocity object with value, unit, scale, and type.

Hierarchy

  • SiUnitVelocity

Properties

Properties

scale: number

The scale factor of the SI unit velocity object.

type?: "minute" | "second"

The type of the SI unit velocity object (minute or second).

unit: string

The unit symbol of the SI unit velocity object.

value: number

The value of the SI unit velocity object.

Generated using TypeDoc