UncNumberPow(UncNumber) Method

Returns a specified number raised to the specified power.

Definition

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

Parameters

b  UncNumber

Return Value

UncNumber

Implements

IMathTPow(T)

See Also