Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Size

Hierarchy

  • Size

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Size(type?: undefined | number, value?: undefined | number): Size
  • Parameters

    • Optional type: undefined | number
    • Optional value: undefined | number

    Returns Size

Properties

type

type: SizeType

value

value: number

Methods

equals

  • equals(other: Size): boolean