Show / Hide Table of Contents

Class NumeralSystemExtensions

Inheritance
Object
NumeralSystemExtensions
Namespace: BenchmarkDotNet.Mathematics
Assembly: BenchmarkDotNet.dll
Syntax
public static class NumeralSystemExtensions

Methods

ToPresentation(NumeralSystem, Int32)

Declaration
public static string ToPresentation(this NumeralSystem system, int value)
Parameters
Type Name Description
NumeralSystem system
Int32 value
Returns
Type Description
String
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors