[This is preliminary documentation and is subject to change.]

Gets index by 1 smaller than given

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected override long Decrement(
	long a
)
Visual Basic
Protected Overrides Function Decrement ( _
	a As Long _
) As Long
Visual C++
protected:
virtual long long Decrement(
	long long a
) override
F#
abstract Decrement : 
        a:int64 -> int64 
override Decrement : 
        a:int64 -> int64 
JScript
protected override function Decrement(
	a : long
) : long

Parameters

a
Type: System..::..Int64
An index to decrement

Return Value

a - 1

See Also