ILNumerics Ultimate VS

fcomplexLessThanOrEqual Operator (Int64, fcomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Lower than or equal to comparison for complex numbers

[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 operator <=(
	long A,
	fcomplex B
)

Parameters

A
Type: SystemInt64
Left side
B
Type: ILNumericsfcomplex
Right side

Return Value

Type: Boolean
true if real part of A is lower then real part of B, false otherwise
Remarks

Only the real parts are compared!

[ILNumerics Core Module]

See Also

Reference