The MongoInt64 class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

The class can be used to save 64-bit integers to the database on a 32-bit system.

Klasse synopsis

MongoInt64 {
/* Fields */
public string $value ;
/* Metoder */
public __construct ( string $value )
public string __toString ( void )
}

Fields

value
This is the string value of the 64-bit number. For instance, 123's value would be "123".

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top