IPowerFunctions<TSelf>.Pow(TSelf, TSelf) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.