Writes a 32-bit signed integer to the stream in a fixed width.
Stream footprint: fixed, 4 bytes.
![](../icons/collapse_all.gif)
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 )
![](../icons/collapse_all.gif)
- value (Int32)
- Value to write.