BoxedFloat class documentation

Authors

Generated by builder

Software documentation for the BoxedFloat class

BoxedFloat : NSObject

Declared in:
BoxedFloat.h
Description forthcoming.

Instance Variables

Method summary

boxedFloatWithCString: 

+ (BoxedFloat*) boxedFloatWithCString: (const char*)aString;
Description forthcoming.

boxedFloatWithDouble: 

+ (BoxedFloat*) boxedFloatWithDouble: (double)aVal;
Description forthcoming.

boxedFloatWithFloat: 

+ (BoxedFloat*) boxedFloatWithFloat: (float)aVal;
Description forthcoming.



Instance Variables for BoxedFloat Class

value

@public double value;
Description forthcoming.