Enum NumeralSystem
Namespace: BenchmarkDotNet.Mathematics
Assembly: BenchmarkDotNet.dll
Syntax
public enum NumeralSystem
Fields
| Name | Description |
|---|---|
| Arabic | Arabic numerals (1, 2, 3, 4, ...) |
| Roman | Roman numerals (I, II, III, IV, ...) |
| Stars | Unary numeral system (*, **, ***, ****, ...) |