Variable protoDoubleConst

protoDouble: {
    NEGATIVE_INFINITY: number;
    NaN: number;
    POSITIVE_INFINITY: number;
}

Type declaration

  • Readonly NEGATIVE_INFINITY: number
  • Readonly NaN: number
  • Readonly POSITIVE_INFINITY: number