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

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)