round
From DavinciWiki
(Redirected from Round)
Contents: Description, Arguments, Usage, Examples, Sub-Functions, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Rounds to the nearest integer value.
Arguments and Return Values Arguments: Any numeric array Return Value: A rounded array of the same size as the input
Usage Syntax: round(object) Produces a INT 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> round(a) 2x3x1 array of int, bsq format [24 bytes] 78 34 85 43 79 5 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 02-22-2008 |