Click or drag to resize

StreamPeerPutDouble Method

Puts a double-precision float into the stream.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PutDouble(
	double value
)

Parameters

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Godot.StreamPeer.PutDouble(System.Double)"]

See Also