objc

Data Structures | Functions
NXNumber.h File Reference

Defines number-related functions and classes for the Foundation framework. More...

#include "NXObject.h"
#include <stdint.h>
Include dependency graph for NXNumber.h:

Go to the source code of this file.

Data Structures

class  NXNumber
 The base class for NXNumber instances. More...
 

Functions

int32_t NXRandInt32 ()
 Generate a random signed 32-bit integer. More...
 
uint32_t NXRandUnsignedInt32 ()
 Generate a random unsigned 32-bit integer. More...
 

Detailed Description

Defines number-related functions and classes for the Foundation framework.

Definition in file NXNumber.h.