MathPowT(T, Int32) Method
Returns a specified number raised to the specified power.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T Pow<T>(
T a,
int b
)
where T : Object, INumber<T>
Public Shared Function Pow(Of T As {Object, INumber(Of T)}) (
a As T,
b As Integer
) As T
public:
generic<typename T>
where T : Object, INumber<T>
static T Pow(
T a,
int b
)
static member Pow :
a : 'T *
b : int -> 'T when 'T : Object and INumber<'T>
- a T
- b Int32
- T
- Type
T