Half.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(Half to Double) |
Converts a OpenTK.Half to a System.Double. |
Implicit(Half to Single) |
Converts a OpenTK.Half to a System.Single. |
Implicit(Half to Double)
Converts a OpenTK.Half to a System.Double.
public static implicit operator double (OpenTK.Half h);
static member op_Implicit : OpenTK.Half -> double
Parameters
Returns
The result of the conversion. A T:System.Double
Applies to
Implicit(Half to Single)
Converts a OpenTK.Half to a System.Single.
public static implicit operator float (OpenTK.Half h);
static member op_Implicit : OpenTK.Half -> single
Parameters
Returns
The result of the conversion. A T:System.Single