DoubleExtensions.UnsetInfinite

Extension Method in DoubleExtensions

Declaration

public static void UnsetInfinite(this ref double value, double newValue = 0)

Description

Sets the value to a new value if the value is an infinite number.

Parameters

valueThe value to check.
newValueThe value to set if the original value is infinite.