UncNumberPow(Int32) 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(
	int b
)

Parameters

b  Int32

Return Value

UncNumber

Implements

IMathTPow(Int32)

See Also