AnimancerUtilities.

IsFinite(float) Method

Summary

[Animancer Extension] Is the `value` not NaN or Infinity?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static bool IsFinite(this float value)

Remarks

Newer versions of the .NET framework apparently have a float.IsFinite method.

Parameters

Name Type Description
value float

Return Value

Type Description
bool