IndexValue Constructor (Decimal)

ScaleOut Software NamedCache API
Create a new IndexValue using the contents of value exported as a byte array.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public IndexValue(
	decimal value
)

Parameters

value
Type: SystemDecimal
The value the newly-constructed IndexValue represents.
See Also

Reference