ILNumerics Ultimate VS

fcomplexFloor Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Round towards next lower integer

[ILNumerics Core Module]

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

public static fcomplex Floor(
	fcomplex input
)

Parameters

input
Type: ILNumericsfcomplex
fcomplex input

Return Value

Type: fcomplex
Rounded float complex number
Remarks

Real and imaginary parts are independently rounded towards the next integer value towards negative infinity.

[ILNumerics Core Module]

See Also

Reference