 | StreamsWriteDouble Method |
Writes a double to supplied stream.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic static void WriteDouble(
Stream stream,
double value
)
Public Shared Sub WriteDouble (
stream As Stream,
value As Double
)
Parameters
- stream
- Type: System.IOStream
The stream that will be written.
- value
- Type: SystemDouble
The double to write to supplied stream.
Exceptions
See Also