Table of Contents

Class MathExtensions

Namespace
MarymoorStudios.Core
Assembly
MarymoorStudios.Core.dll
public static class MathExtensions
Inheritance
MathExtensions
Inherited Members

Methods

IncrementWrap(long, long, long)

public static long IncrementWrap(this long value, long max, long increment = 1)

Parameters

value long
max long
increment long

Returns

long