Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Lingo.LithuanianNumberSystem

Summary

Number system for Lithuanian: one string for numbers ending in 1 but not 11; one for numbers ending in 2-9 but not 12-19; and one for all other numbers.

Constructors

Creates a new instance of LithuanianNumberSystem.

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.