AnimancerUtilities.

Round(float, float) Method

Summary

Rounds the `value` to be a multiple of the `multiple` using System.MidpointRounding.AwayFromZero.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static float Round(float value, float multiple)

Parameters

Name Type Description
value float
multiple float

Return Value

Type Description
float