Property | Type | Description | |
---|---|---|---|
UnitOfMeasure | string | ||
Value | decimal |
Method | Description | |
---|---|---|
StyleNumber ( decimal value ) : System | ||
StyleNumber ( decimal value, string unitofmeasure ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Add ( |
||
Div ( |
||
Mul ( |
||
Sub ( |
Method | Description | |
---|---|---|
CanOperateOn ( |
protected Add ( |
||
right | ||
return |
protected Div ( |
||
right | ||
return |
protected Mul ( |
||
right | ||
return |
public StyleNumber ( decimal value ) : System | ||
value | decimal | |
return | System |
public StyleNumber ( decimal value, string unitofmeasure ) : System | ||
value | decimal | |
unitofmeasure | string | |
return | System |
protected Sub ( |
||
right | ||
return |