UInt32Ptr Operators and Type Conversions

The UInt32Ptr type exposes the following members.

Operators

 

Name

Description

Addition

Implements the + operator.

Equality

Implements the == operator.

.(UInt32 to UInt32Ptr)

Performs an explicit conversion from UInt32 to UInt32Ptr.

.(UInt32Ptr to UInt32)

Performs an explicit conversion from UInt32Ptr to UInt32.

.(UInt32Ptr to UInt64)

Performs an explicit conversion from UInt32Ptr to UInt64.

.(UInt32Ptr to UIntPtr)

Performs an explicit conversion from UInt32Ptr to UIntPtr.

.(UInt32Ptr to Void*)

Performs an explicit conversion from UInt32Ptr to Void.

.(UInt64 to UInt32Ptr)

Performs an explicit conversion from UInt64 to UInt32Ptr.

.(UInt64Ptr to UInt32Ptr)

Performs an explicit conversion from UInt64Ptr to UInt32Ptr.

.(Void* to UInt32Ptr)

Performs an explicit conversion from Void to UInt32Ptr.

Inequality

Implements the != operator.

Subtraction

Implements the - operator.

Reference

UInt32Ptr Structure

TwinCAT.TypeSystem Namespace