Xojo Documentation
Xojo Documentation
Doc Center
Home
Download Xojo
Recent changes
MediaWiki Info
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Books
User Guide
Welcome!
Fundamentals
User Interface
Framework
Technical Information
Language Reference
Programming Language Commands
Framework
iOS Framework
Resources
System Requirements
Release Notes
Deprecations
Videos
Example Projects
FAQ
International
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
BinaryStream.WriteSingle
From Xojo Documentation
Method
BinaryStream
.WriteSingle
(value as
Double
)
Supported for all project types and targets.
Writes the value passed as a single word to the stream.
Sample Code
Var
d
As
Single
=
5
.
2437
Var
writestream
As
BinaryStream
writeStream
.
WriteSingle(d)
Category
:
Methods