Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Abstract class: RT.Lingo.NumberSystem

Summary

Abstract class to represent a number system.

Instance methods

string
  • Abstract
Gets a short textual representation of the nth string (e.g. sglr, plrl).
int
GetString(int n)
  • Abstract
Determines which string (numbered from 0) should be used for the number n.
int
GetString(double n)
  • Virtual
Determines which string (numbered from 0) should be used for the fractional number n.

Instance properties

int
  • Abstract
Returns the number of strings required by this number system.