UInt32Ptr.Addition Operator

Implements the + operator.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public static UInt32Ptr operator +(
    UInt32Ptr pointer,
    int offset
)

Parameters

pointer

Type: TwinCAT.TypeSystem.UInt32Ptr
The pointer.

offset

Type: System.Int32
The offset.

Return Value

Type: UInt32Ptr
The result of the operator.

Reference

UInt32Ptr Structure

TwinCAT.TypeSystem Namespace