GigaSpaces XAP.NET Documentation
Decrement Method (path, delta)
Class LibraryGigaSpaces.CoreChangeSetDecrement(String, Single)
Decrement a property with the given delta.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet Decrement(
	string path,
	float delta
)
Public Function Decrement ( _
	path As String, _
	delta As Single _
) As ChangeSet
public:
ChangeSet^ Decrement(
	String^ path, 
	float delta
)
public ChangeSet Decrement(
	String path,
	float delta
)
Parameters
path (String)
The path pointing to a numeric property that needs its value decreased.
delta (Single)
The delta to decrement by.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.ChangeSet.Decrement(System.String,System.Single)]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)