ROUND

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 14:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ROUND

Usage:

ROUND a

Inputs:
a number or vector
Outputs:
y number or vector (same type as a)
Function:

Convert input a to integer. The number is rounded according to the fractional part.

if a is a number: y = Int(a + 1/2)

if a is a vector: y[i] = Int(a[i] + 1/2)

The output y|y[i] is a float number|vector with integer value|s

Navigation menu

Personal tools