NArrayT, DLPow Method
Returns a specified number (object) raised to the specified power (b).
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public Function LPow (
b As D
) As T
public:
virtual T LPow(
D b
) sealed
abstract LPow :
b : 'D -> 'T
override LPow :
b : 'D -> 'T
- b D
- The second operand
TIArrayMathT, OLPow(O)