Name |
Description |
ColumnInfo |
Represents a column to be used with StringFormatter.FormatInColumns. |
Parameter |
|
Program |
|
Run |
|
SmallPrimeUtility |
Utility class that maintains a small table of prime numbers and provides simple implementations of Prime Factorization algorithms. This is a quick and dirty utility class to support calculations of permutation sets with indexes under 2^31. The prime table contains all primes up to Sqrt(2^31) which are all of the primes requires to factorize any Int32 positive integer. |
StringFormatter |
Class performing various formatting operations on strings based on fixed width characters. |
StringFormatter.OptimalWordWrappedString |
Class performing an "optimal solution" word wrapping creating a somewhat more estetically pleasing layout. |
StringFormatter.OptimalWordWrappedString.LineBreakResult |
|
StringFormatter.OptimalWordWrappedString.WordInfo |
|