floor abstract method

void floor()

Calculates floor for each element.

Element i is calculated with the formula:

x[i] = x[i].floor();

Implementation

void floor();