TemperatureProperty Class |
[Missing <summary> documentation for "T:Demo3D.Utilities.TemperatureProperty"]
Namespace: Demo3D.Utilities
public class TemperatureProperty : DoubleProperty
The TemperatureProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| TemperatureProperty | Initializes a new instance of the TemperatureProperty class | |
| TemperatureProperty(Double) | Initializes a new instance of the TemperatureProperty class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from DoubleProperty.) | |
| GetHashCode | (Inherited from DoubleProperty.) | |
| GetTypeCode | (Inherited from DoubleProperty.) | |
| ToBoolean | (Inherited from DoubleProperty.) | |
| ToByte | (Inherited from DoubleProperty.) | |
| ToChar | (Inherited from DoubleProperty.) | |
| ToDateTime | (Inherited from DoubleProperty.) | |
| ToDecimal | (Inherited from DoubleProperty.) | |
| ToDouble | (Inherited from DoubleProperty.) | |
| ToInt16 | (Inherited from DoubleProperty.) | |
| ToInt32 | (Inherited from DoubleProperty.) | |
| ToInt64 | (Inherited from DoubleProperty.) | |
| ToSByte | (Inherited from DoubleProperty.) | |
| ToSingle | (Inherited from DoubleProperty.) | |
| ToString | (Inherited from DoubleProperty.) | |
| ToString(IFormatProvider) | (Inherited from DoubleProperty.) | |
| ToType | (Inherited from DoubleProperty.) | |
| ToUInt16 | (Inherited from DoubleProperty.) | |
| ToUInt32 | (Inherited from DoubleProperty.) | |
| ToUInt64 | (Inherited from DoubleProperty.) |
| Name | Description | |
|---|---|---|
| (Double to TemperatureProperty) |
Implicitly converts a double to an instance of TemperatureProperty.
| |
| (Single to TemperatureProperty) |
Implicitly converts a float to an instance of TemperatureProperty.
|