Table of Contents

Class MathHelper

Namespace
BenchmarkDotNet.Mathematics
Assembly
BenchmarkDotNet.dll
public static class MathHelper
Inheritance
MathHelper

Methods

Clamp(int, int, int)

public static int Clamp(int value, int min, int max)

Parameters

value int
min int
max int

Returns

int