Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Lingo.Singular01PluralNumberSystem

Summary

Number system with a string for 0 and 1 and another for all other numbers (e.g. French, Brazilian Portuguese).

Constructors

Creates a new instance of Singular01PluralNumberSystem.

Instance methods

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

Instance properties

intReturns the number of strings required by this number system.