IArrayMathT, OLPow Method

Returns a specified number (object) raised to the specified power (b).

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
T LPow(
	O b
)

Parameters

b  O
The second operand

Return Value

T

See Also