Number

Number

new Number()

Description:
  • Implements a macroscopic ersatz of a VSA positive integer.

    • It is implemented via successive Binding, without using a C++ std::list.

Methods

(static) getInt(value) → {Symbol}

Description:
  • Returns the Symbol corresponding to a given positive integer.

Parameters:
Name Type Description
value uint

The symbol numeric value. Reasonnable value is between 0 and about 1000.

Returns:

A reference to the corresponding value.

Type
Symbol