Icon WriteFloat64 Method

procedure WriteFloat64(const Value: Double)

Available In: Server Applications

Use this method to write an 64-bit, double-precision floating-point value to the stream's current position.

Information If the value cannot be written for any reason, an exception will be raised. However, most types of streams can be expanded dynamically, so writing past the end of the stream will simply result in an increase in the stream size.
Image