OperatorIntrinsics.PowGeneric<'T> 函数 (F#)

这是一个库内部函数。 通过使用泛用型 pown运算符,可生成对此函数的调用。

命名空间/模块路径: Microsoft.FSharp.Core.Operators.OperatorIntrinsics

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
PowGeneric : 'T * ('T -> 'T -> 'T) * 'T * int -> 'T

// Usage:
PowGeneric (one, mul, value, exponent)

参数

  • one
    类型:'T

    代表类型参数 1 的值。

  • mul
    类型:'T -> 'T -> 'T

    类型参数的的乘法运算。

  • value
    类型:'T

    要乘幂的值。

  • exponent
    类型:int

    增大该值的幂。

返回值

求幂操作的结果。

备注

此函数供编译的 F# 代码使用,不应直接使用。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:2.0,4.0,可移植后,可移植

请参见

参考

Operators.OperatorIntrinsics 模块 (F#)

Core.Operators 模块 (F#)