ILNumerics Ultimate VS

fcomplexEquals Method (fcomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Check if a fcomplex number equals this fcomplex number

[ILNumerics Core Module]

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

public bool Equals(
	fcomplex other
)

Parameters

other
Type: ILNumericsfcomplex
other complex number

Return Value

Type: Boolean
true if both, real and imaginary parts of both complex number are (binary) equal, false otherwise

Implements

IEquatableTEquals(T)
Remarks

[ILNumerics Core Module]

See Also

Reference