Click or drag to resize

IntegerVariableAPIDecrementValue Method

Decrements the current value of the referenced integer variable on the card by one.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void DecrementValue(
	string name
)

Parameters

name  String
The name of the variable whose value should be decremented.
See Also