API  1.0.0
CPNumber.j File Reference

Go to the source code of this file.

Macros

#define CAST_TO_INT(x)   ((x) >= 0 ? Math.floor((x)) : Math.ceil((x)))
 

Variables

var CPNumberUIDs = new CFMutableDictionary()
 
Number prototype isa = CPNumber
 

Macro Definition Documentation

◆ CAST_TO_INT

#define CAST_TO_INT (   x)    ((x) >= 0 ? Math.floor((x)) : Math.ceil((x)))

Definition at line 24 of file CPNumber.j.

Variable Documentation

◆ CPNumberUIDs

var CPNumberUIDs = new CFMutableDictionary()

Definition at line 26 of file CPNumber.j.

◆ isa

Boolean prototype isa = CPNumber

Definition at line 347 of file CPNumber.j.