Sitemap | Search || Zen Spider Website
/ Satori
/ Satori Class Index
/ Class Float
Class Float
-
- Contain protected functionality for double.
-
-
-
-
-
- (double value = 0.0);
- Constructor.
-
-
-
-
- (const Float&);
- Copy constructor.
-
-
-
-
- const double
-
- ();
- Explicate conversion method.
-
- (const Float&);
- Addition.
-
- const Float operator
-
- (const Float&);
- Multiplication.
-
- const Float operator
-
- (const Float&);
- Modulus, returns the remainder of floating point division.
-
- const Boolean operator
-
- (const Float&);
- Less than or equal to.
-
- const Boolean operator
-
- (const Float&);
- Greater than or equal to.
-
- Float&
-
- ();
- Prefix - Increment;
-
- const Float operator
-
- (int);
- Postfix - Increment.
-
- Float&
-
- ();
- Prefix - Increment.
-
- const Float operator
-
- (int);
- Postfix = Decrement.
-
- const Float operator
-
- ();
- Prefix - Negation ( ... * -1).
Sitemap | Search || Zen Spider Website
/ Satori
/ Satori Class Index
/ Class Float