GigaSpaces XAP.NET Documentation
WriteInt32Fixed Method (value)
Class LibraryGigaSpaces.Core.Internal.PbsPbsOutputStreamWriteInt32Fixed(Int32)
Writes a 32-bit signed integer to the stream in a fixed width. Stream footprint: fixed, 4 bytes.
Declaration Syntax
C#Visual BasicVisual C++J#
public void WriteInt32Fixed(
	int value
)
Public Sub WriteInt32Fixed ( _
	value As Integer _
)
public:
void WriteInt32Fixed(
	int value
)
public void WriteInt32Fixed(
	int value
)
Parameters
value (Int32)
Value to write.

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