Enum NumeralSystem
- Namespace
- BenchmarkDotNet.Mathematics
- Assembly
- BenchmarkDotNet.dll
public enum NumeralSystem
- Extension Methods
Fields
Arabic = 0
Arabic numerals (1, 2, 3, 4, ...)
Roman = 1
Roman numerals (I, II, III, IV, ...)
Stars = 2
Unary numeral system (*, **, ***, ****, ...)