:: com :: sun :: star :: test :: performance ::

struct SimpleTypes
Description
struct of simple types to be carried

Elements' Summary
Bool  
Char  
Byte  
Short  
UShort  
Long  
ULong  
Hyper  
UHyper  
Float  
Double  
Elements' Details
Bool
boolean Bool;
Char
char Char;
Byte
byte Byte;
Short
short Short;
UShort
unsigned short UShort;
Long
long Long;
ULong
unsigned long ULong;
Hyper
hyper Hyper;
UHyper
unsigned hyper UHyper;
Float
float Float;
Double
double Double;
Top of Page