Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
void | void mul(IData opValue) | ||||
this(double | this(double newValue) | ||||
void | void sub(double opValue) | ||||
void | void div(double opValue) | ||||
void | void add(double opValue) | ||||
void | void sub(IData opValue) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
void | void mul(double opValue) | ||||
DIntegerData | DIntegerData opBinary(string op)(double opValue) | ||||
IData | IData clone() | ||||
this(double | this(double newValue, Json[string] initData = null) | ||||
DIntegerData | DIntegerData opBinary(string op)(DIntegerData opValue) | ||||
void | void div(IData opValue) | ||||
void | void add(IData opValue) |