10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

floor<br />

Task function category: Mathematical Functions, Functions Operating on Waveforms<br />

Floor rounding function.<br />

Usage<br />

Mathematical Function<br />

floor(VAL)<br />

Waveform Function<br />

floor(wf)<br />

floor(wf, x_start, x_end)<br />

Arguments<br />

Mathematical Function<br />

• VAL<br />

Value.<br />

Waveform Function<br />

• wf<br />

Waveform identifier.<br />

• x_start<br />

Waveform start point.<br />

• x_end<br />

Waveform end point.<br />

Return Values<br />

Mathematical Function<br />

Returns the largest integer value not greater than VAL. This is known as rounding down. For<br />

example floor(1.25) returns 1.0 and floor(-1.25) returns -2.0.<br />

Waveform Function<br />

Computes the largest integral value not greater than each data point of a waveform wf (the result<br />

is a waveform).<br />

Related Topics<br />

Library of Functions for Tasks<br />

Numbers<br />

ceil<br />

902<br />

Eldo® User's Manual, 15.3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!