Table of Contents

Method Inc

Namespace
Zyl.VectorTraits.Impl.Util
Assembly
VectorTraits.dll

Inc<T>(ref T)

Increment to the given managed pointer (向给定的托管指针递增). Mnemonic: ++p.

public static ref T Inc<T>(ref T source)

Parameters

source T

The managed pointer to increment to (要向其递增的托管指针).

Returns

T

A new managed pointer that reflects the increment to the source pointer (一个新的托管指针,是源指针递增的结果).

Type Parameters

T

The elemental type of the managed pointer (托管指针的元素类型).

See Also
Add<T>(ref T, int)