Operator explicit operator
explicit operator T(VolumeParameter<T>)
Explicitly downcast a VolumeParameter<T> to a value of type
T.
Declaration
public static explicit operator T(VolumeParameter<T> prop)
Parameters
| Type | Name | Description |
|---|---|---|
| VolumeParameter<T> | prop | The parameter to downcast. |
Returns
| Type | Description |
|---|---|
| T | A value of type |