NArrayT, DLPow Method

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

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public T LPow(
	D b
)

Parameters

b  D
The second operand

Return Value

T

Implements

IArrayMathT, OLPow(O)

See Also