Method MultipleOf8
MultipleOf8(int)
Rounds a value up to the next multiple of 8.
public static int MultipleOf8(int value)
Parameters
valueintValue to normalize.
Rounds a value up to the next multiple of 8.
public static int MultipleOf8(int value)
value intValue to normalize.