UInt64Ptr Operators and Type Conversions

The UInt64Ptr type exposes the following members.

Operators

 

Name

Description

Addition

Implements the + operator.

Equality

Implements the == operator.

.(UInt32 to UInt64Ptr)

Performs an explicit conversion from UInt32 to UInt64Ptr.

.(UInt32Ptr to UInt64Ptr)

Performs an explicit conversion from UInt32Ptr to UInt64Ptr.

.(UInt64 to UInt64Ptr)

Performs an explicit conversion from UInt64 to UInt64Ptr.

.(UInt64Ptr to UInt32)

Performs an explicit conversion from UInt64Ptr to UInt32.

.(UInt64Ptr to UInt64)

Performs an explicit conversion from UInt64Ptr to UInt64.

.(UInt64Ptr to UIntPtr)

Performs an explicit conversion from UInt64Ptr to UIntPtr.

.(UInt64Ptr to Void*)

Performs an explicit conversion from UInt64Ptr to Void.

.(Void* to UInt64Ptr)

Performs an explicit conversion from Void to UInt64Ptr.

Inequality

Implements the != operator.

Subtraction

Subtracts an offset from the pointer.

Reference

UInt64Ptr Structure

TwinCAT.TypeSystem Namespace