UInt64Ptr.Subtraction Operator

Subtracts an offset from the pointer.

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

Syntax

C#

public static UInt64Ptr operator -(
    UInt64Ptr pointer,
    int offset
)

Parameters

pointer

Type: TwinCAT.TypeSystem.UInt64Ptr
The pointer.

offset

Type: System.Int32
The offset.

Return Value

Type: UInt64Ptr
The result of the operator.

Reference

UInt64Ptr Structure

TwinCAT.TypeSystem Namespace