PowerProperty Class |
[Missing <summary> documentation for "T:Demo3D.Utilities.PowerProperty"]
Namespace: Demo3D.Utilities
public class PowerProperty : DoubleProperty
The PowerProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| PowerProperty | Initializes a new instance of the PowerProperty class | |
| PowerProperty(Double) | Initializes a new instance of the PowerProperty 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 PowerProperty) |
Implicitly converts a double to an instance of PowerProperty.
| |
| (Single to PowerProperty) |
Implicitly converts a float to an instance of PowerProperty.
|