Writes a 32-bit signed integer to the stream in a fixed width.
Stream footprint: fixed, 4 bytes.
Declaration Syntax
C# | Visual Basic | Visual 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.