Round To Nearest function: Difference between revisions
Appearance
Started page |
(No difference)
|
Latest revision as of 20:36, 30 June 2020
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
| Object information | |
|---|---|
| Owning palette(s) | Numeric palette |
| Type | Function |
| Requires | Basic Development Environment |
| Icon | |
The Round To Nearest function rounds the input to the nearest integer. If the value of the input is midway between two integers, the function returns the nearest even integer.
For example, if number is 1.5 or 2.5, nearest integer value is 2.
Note: IEEE standards determine the rounding method for this function. This method produces more accurate values with no positive or negative bias because it does not round all integers in the same direction.
The connector pane displays the default data types for this polymorphic function.
Usage
| |
Specific use cases for this function. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal resources that would also help. |
External Links
| |
Add links to external resources that would also help. |