Share via


LanguagePrimitives.DivideByIntDynamic<'T> Function (F#)

A compiler intrinsic that implements dynamic invocations for the DivideByInt primitive.

Namespace/Module Path: Microsoft.FSharp.Core.LanguagePrimitives

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

// Signature:
DivideByIntDynamic : 'T -> int -> 'T

// Usage:
DivideByIntDynamic x y

Parameters

  • x
    Type: 'T

    The dividend, or numerator.

  • y
    Type: int

    The divisor, or denominator.

Return Value

The quotient.

Remarks

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

Platforms

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

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Core.LanguagePrimitives Module (F#)

Microsoft.FSharp.Core Namespace (F#)