Persistate API documentation
RoundToMultipleOf Method (val, multiple)
NamespacesPersistateUtlRoundToMultipleOf(Int32, Int32)

[This is preliminary documentation and is subject to change.]

Rounds one number to the nearest multiple of another number.
Declaration Syntax
C#
public static int RoundToMultipleOf(
	int val,
	int multiple
)
Parameters
val (Int32)
The value to round.
multiple (Int32)
The number the multiple of which is used in the rounding
Return Value
The rounded number.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)