Show / Hide Table of Contents

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 (*, **, ***, ****, ...)

Extension Methods

NumeralSystemExtensions.ToPresentation(Int32)
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors