Public Member Functions | Protected Attributes

tinybasic.DTFloat Class Reference

Inheritance diagram for tinybasic.DTFloat:
tinybasic.DTDataType

List of all members.

Public Member Functions

 DTFloat (Scope scope, DTDataType tbd)
 DTFloat (Scope scope, double d)
 DTFloat (Scope scope, String s)
void setInteger (DTDataType tbd)
void setFloat (DTDataType tbd)
void setFloat (double d)
double getFloat ()
void setInteger (int i)
void assign (DTDataType tbd)
DTDataType multiply (DTDataType other)
DTDataType divide (DTDataType other)
DTDataType add (DTDataType other)
DTDataType subtract (DTDataType other)
DTDataType mod (DTDataType other)
DTDataType round ()
DTDataType truncate ()
int compareTo (Object o)
String toString ()

Protected Attributes

double d

Constructor & Destructor Documentation

tinybasic.DTFloat.DTFloat ( Scope  scope,
double  d 
)
tinybasic.DTFloat.DTFloat ( Scope  scope,
String  s 
)

Member Function Documentation

void tinybasic.DTFloat.assign ( DTDataType  tbd  ) 

Reimplemented from tinybasic.DTDataType.

References tinybasic.DTFloat.setFloat().

int tinybasic.DTFloat.compareTo ( Object  o  )  [virtual]
DTDataType tinybasic.DTFloat.multiply ( DTDataType  other  ) 
DTDataType tinybasic.DTFloat.round (  ) 
void tinybasic.DTFloat.setFloat ( DTDataType  tbd  ) 
void tinybasic.DTFloat.setFloat ( double  d  ) 

Reimplemented from tinybasic.DTDataType.

void tinybasic.DTFloat.setInteger ( DTDataType  tbd  ) 
void tinybasic.DTFloat.setInteger ( int  i  ) 

Reimplemented from tinybasic.DTDataType.

References tinybasic.DTFloat.d.

DTDataType tinybasic.DTFloat.subtract ( DTDataType  other  ) 
String tinybasic.DTFloat.toString (  ) 
DTDataType tinybasic.DTFloat.truncate (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties