NArray<T, D>.Pow(T) Method
Returns a specified number raised to the specified power.
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public Function Pow (
b As T
) As T
public:
virtual T Pow(
T b
) sealed
abstract Pow :
b : 'T -> 'T
override Pow :
b : 'T -> 'T
- b T
TIMath<T>.Pow(T)