Table of Contents

Method MultipleOf8

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

MultipleOf8(int)

Rounds a value up to the next multiple of 8.

public static int MultipleOf8(int value)

Parameters

value int

Value to normalize.

Returns

int