AnimancerUtilities.

IsFinite(double) 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 double value)

Remarks

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

Parameters

Name Type Description
value double

Return Value

Type Description
bool