GigaSpaces XAP.NET Documentation
WriteDecimal Method (value)
Class LibraryGigaSpaces.Core.Internal.PbsPbsOutputStreamWriteDecimal(Decimal)
Writes a decimal number to the stream. Stream footprint: the value is converted to a string.
Declaration Syntax
C#Visual BasicVisual C++J#
public void WriteDecimal(
	decimal value
)
Public Sub WriteDecimal ( _
	value As Decimal _
)
public:
void WriteDecimal(
	Decimal value
)
public void WriteDecimal(
	Decimal value
)
Parameters
value (Decimal)
Value to write.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 16.2.0.0 (16.2.1)