ObjectOutputStream.WriteDouble(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a 64 bit double.
[Android.Runtime.Register("writeDouble", "(D)V", "GetWriteDouble_DHandler")]
public virtual void WriteDouble (double val);
[<Android.Runtime.Register("writeDouble", "(D)V", "GetWriteDouble_DHandler")>]
abstract member WriteDouble : double -> unit
override this.WriteDouble : double -> unit
Parameters
- val
- Double
the double value to be written
Implements
- Attributes
Exceptions
if an error occurs while writing to the target stream.
Remarks
Writes a 64 bit double.
Java documentation for java.io.ObjectOutputStream.writeDouble(double)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.