floor
From DavinciWiki
|
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 1.73 64-bit Safe: Yes
Description Rounds up to the nearest lower integer value.
Arguments and Return Values Arguments: Any numeric array Return Value: A rounded-down array of the same size as the input
Usage Syntax: floor(object = VAL) Produces a FLOAT value.
Examples dv> a 2x3x1 array of float, bsq format [24 bytes] 77.8142 33.7228 84.8097 43.0978 78.6413 5.27735 dv> floor(a) 2x3x1 array of float, bsq format [24 bytes] 77.0000 33.0000 84.0000 43.0000 78.0000 5.00000 |
DavinciWiki Mini-Nav Bar Contents Contact Developers
All other topics
Modified On: 07-06-2009 |
Categories: Functions | Davinci Core | Math | 64-bit
