Num type

A number

Direct children types

Int
Integer type. On 64 bit platforms it's a 61 bit signed integer
Real
Real/Float type. Equivalent to the 'double' type in C

Methods

progress(cur:Num, total:Num)experimental Source: stdlib.ngs:5538
Undocumented