Performs a type cast from integer number to real number, which means
it converts the passed ??int-number?? to a real number
and returns the latter as result value.
int_to_real(??int-number??)
| Argument Name | Data Type | Description |
|---|---|---|
??int-number?? |
Integer Number | The integer number to be converted. [required] |
| Data Type | Description |
|---|---|
| Real Number | Real Number representation of the passed Integer Number. |
This functions accepts any standard unit and finalness for its argument ??int-number??.
The return value's standard unit and finalness is identical to the passed ??int-number??'s one.
None yet.
real(), real_to_int()
Since LinuxSampler 2.1.1.svn6.