Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the content.
|
|
Clone ( ) : |
Clones the value.
|
|
Deserialize ( Byte content ) : |
Transforms a binary representation into a new instance.
|
|
Serialize ( ) : Byte[] |
Transforms the instance into a binary representation.
|
|
ToString ( |
Stringifies the content.
|
|
UnitValue ( ) : System |
Creates a new unit value.
|
|
UnitValue ( Double value ) : System |
Creates a new unit value.
|
|
UnitValue ( Double value, String unit ) : System |
Creates a new unit value.
|
|
UnitValue ( |
Creates a new unit value.
|
|
UnitValue ( |
Creates a new unit value.
|
|
UnitValue ( String unit ) : System |
Creates a new unit value.
|
|
UnitValue ( |
Creates a new unit value.
|
Method | Description | |
---|---|---|
RegisterOperators ( ) : void |
Registers the operators.
|
Method | Description | |
---|---|---|
AddUU ( |
||
DivSU ( |
||
DivUS ( |
||
DivUU ( |
||
MulSU ( |
||
MulUS ( |
||
MulUU ( |
||
PowUS ( |
||
SubUU ( |
public Deserialize ( Byte content ) : |
||
content | Byte | The binary data. |
return |
public ToString ( |
||
context | The context to use. | |
return | String |
public UnitValue ( Double value ) : System | ||
value | Double | The value to represent. |
return | System |
public UnitValue ( Double value, String unit ) : System | ||
value | Double | The value to represent. |
unit | String | The unit to hold. |
return | System |
public UnitValue ( |
||
value | The value to represent. | |
unit | String | The unit to hold. |
return | System |
public UnitValue ( |
||
value | The value to represent. | |
unit | The unit to hold. | |
return | System |
public UnitValue ( String unit ) : System | ||
unit | String | The unit to hold. |
return | System |
public UnitValue ( |
||
value | The unit to copy. | |
return | System |