Class Recorded

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(time: number, value: any, equalityComparer?: (x: any, y: any) => boolean): Recorded

Parameters

  • time: number
  • value: any
  • equalityComparer?: (x: any, y: any) => boolean optional

Returns

Recorded

Properties

public time: number

public value: any

Methods

public equals(other: Recorded): boolean

Parameters

Returns

boolean

public toString(): string

Returns

string