Writes a float to the stream.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
void Write( float value ) |
| Visual Basic |
|---|
Sub Write ( _ value As Single _ ) |
| Visual C++ |
|---|
void Write( float value ) |
Parameters
- value
- Type: System..::..Single
Float value to write.