floor method

ContinuousFieldFunction floor()

Composes a function that rounds this function's field result, point-wise, downwards to the nearest integer across its extent.

The function result has no data where this function's field result has no data.

The function result extent equals that of this function's field result.

Return Value: A function that rounds this function's field result downwards to the nearest integer.