AddInt Method (ulong)

Appends a new IntParameter (based on a UInt64) to the end of the array.

Type: XJEaseArrayParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public void AddInt(ulong arrayItem)

Parameters

arrayItem

Type: ulong

The value of the integer to append to the array.

Exceptions

RuntimeException

The Type of this array is not Int, or the Depth is greater than 1.