IRealOperations<T>.Pow Method

Returns a number raised to a power..

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Pow(
	T a,
	T b
)

Parameters

a  T
A value.
b  T
The exponent.

Return Value

T
a raised to the power b.

See Also