UncNumberPow(UncNumber) Method

Returns a specified number raised to the specified power.

Definition

Namespace: Metas.UncLib.DistProp
Assembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 2.8.9053.20202
C#
public UncNumber Pow(
	UncNumber b
)

Parameters

b  UncNumber

Return Value

UncNumber

Implements

IMathTPow(T)

See Also