measurement-toolkit"ICompoundUnit"ICompoundUnit

Interface: ICompoundUnit

Hierarchy

ICompoundUnit

Implemented by

Index

Properties

Methods

Properties

to

to: object

Inherited from IUnit.to

Defined in IUnit.ts:10

Type declaration:

  • [ key: string]: function

▸ (): IUnit

Methods

add

add(unit: IUnit): this

Inherited from IUnit.add

Defined in IUnit.ts:12

Parameters:

Name Type
unit IUnit

Returns: this


convert

convert(unit: ICompoundUnit): ICompoundUnit

Defined in ICompoundUnit.ts:12

Parameters:

Name Type
unit ICompoundUnit

Returns: ICompoundUnit


divideBy

divideBy(unit: IUnit): this

Inherited from IUnit.divideBy

Defined in IUnit.ts:14

Parameters:

Name Type
unit IUnit

Returns: this


multiply

multiply(unit: IUnit): this

Inherited from IUnit.multiply

Defined in IUnit.ts:16

Parameters:

Name Type
unit IUnit

Returns: this


percentageOf

percentageOf(unit: IUnit): this

Inherited from IUnit.percentageOf

Defined in IUnit.ts:18

Parameters:

Name Type
unit IUnit

Returns: this


subtract

subtract(unit: IUnit): this

Inherited from IUnit.subtract

Defined in IUnit.ts:20

Parameters:

Name Type
unit IUnit

Returns: this


toString

toString(): string

Inherited from IUnit.toString

Defined in IUnit.ts:22

Returns: string