NArray<T, D>.Pow(T) Method

Returns a specified number raised to the specified power.

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public T Pow(
	T b
)

Parameters

b  T

Return Value

T

Implements

IMath<T>.Pow(T)

See Also