Fixed Type Conversions |
The Fixed type exposes the following members.
| Name | Description | |
|---|---|---|
| (Double to Fixed) | Convert explicitly from double. | |
| (Fixed to Decimal) | Convert explicitly to decimal. | |
| (Fixed to Double) | Convert explicitly to double. | |
| (Fixed to Int32) | Convert explicitly to int. | |
| (Fixed to Int64) | Convert explicitly to long. | |
| (Fixed to Single) | Convert explicitly to float. | |
| (Single to Fixed) | Convert explicitly from double. | |
| (Decimal to Fixed) | Convert implicitly from decimal. | |
| (Int32 to Fixed) | Convert implicitly from int. | |
| (Int64 to Fixed) | Convert implicitly from lomg. |