Rounds numValue to the nearest integer.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
Round | Arithmetic | Synchronous | Supported | Supported | Supported |
Round( numValue )
Returns the integer result of the round function.
Tag Name | Expression |
---|---|
Tag | Round( "345.87" ) // Returned value = 346 |
Tag | Round( "65.323" ) // Returned value = 65 |