Expand Minimize
This topic has not yet been rated - Rate this topic

OperatorIntrinsics.PowSingle Function (F#)

This is a library intrinsic. Calls to this function may be generated by uses of the generic pown operator on values of type float32.

Namespace/Module Path: Microsoft.FSharp.Core.Operators.OperatorIntrinsics

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
PowSingle : float32 -> int -> float32

// Usage:
PowSingle x n
x

Type: float32

The value to raise to a power.

n

Type: int

The power to raise the value to.

The result of the exponentiation operation.

This function is for use by compiled F# code and should not be used directly.

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

F# Core Library Versions

Supported in: 2.0, 4.0, Portable, Portable

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.