Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumericRange

Hierarchy

  • NumericRange

Implements

Index

Constructors

constructor

  • new NumericRange(value?: any, secondValue?: any): NumericRange

Properties

type

value

value: NumericalRangeValueType

Static NumericRangeType

NumericRangeType: NumericRangeType = NumericRangeType

Static coerce

coerce: coerceNumericRange = coerceNumericRange

Static empty

Methods

decode

  • decode(stream: BinaryStream): void

encode

  • encode(stream: OutputBinaryStream): void

extract_values

  • extract_values<U, T>(array: T, dimensions?: number[]): ExtractResult<T>

isDefined

  • isDefined(): boolean

isEmpty

  • isEmpty(): boolean

isValid

  • isValid(): boolean

set_values

  • set_values(arrayToAlter: any, newValues: any): object

toEncodeableString

toJSON

  • toJSON(): string

toString

  • toString(): string

Static overlap

Generated using TypeDoc