Half.Exp2(Half) Method

Definition

Computes 2 raised to a given power.

public:
 static Half Exp2(Half x) = System::Numerics::IExponentialFunctions<Half>::Exp2;
public static Half Exp2 (Half x);
static member Exp2 : Half -> Half
Public Shared Function Exp2 (x As Half) As Half

Parameters

x
Half

The power to which 2 is raised.

Returns

2x

Implements

Applies to