IntrinsicOperators.( ~&& )<'T> Function (F#)

Takes the address of the argument as a native pointer. Uses of this value may result in the generation of unverifiable code.

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

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

// Signature:
( ~&& ) : 'T -> nativeptr<'T> (requires unmanaged)

// Usage:
&& obj

Parameters

  • obj
    Type: 'T

    The input object.

Return Value

The unmanaged pointer.

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

LanguagePrimitives.IntrinsicOperators Module (F#)

Core.LanguagePrimitives Module (F#)