IPowerFunctions<TSelf>.Pow(TSelf, TSelf) Method

Definition

Computes a value raised to a given power.

public:
 static TSelf Pow(TSelf x, TSelf y);
public static abstract TSelf Pow (TSelf x, TSelf y);
static member Pow : 'Self * 'Self -> 'Self
Public Shared Function Pow (x As TSelf, y As TSelf) As TSelf

Parameters

x
TSelf

The value which is raised to the power of x.

y
TSelf

The power to which x is raised.

Returns

TSelf

x raised to the power of y.

Applies to