ILNumerics Ultimate VS

complexIsInfinity Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Test if any of real or imaginary parts are infinite

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static bool IsInfinity(
	complex input
)

Parameters

input
Type: ILNumericscomplex
Complex number to test

Return Value

Type: Boolean
true if any of real or imag part is infinite
Remarks

[ILNumerics Core Module]

See Also

Reference