DoubleAsString function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Convert

Package: Microsoft.Quantum.QSharp.Foundation

Converts a given double-precision floating-point number to an equivalent string representation.

function DoubleAsString (a : Double) : String

Input

a : Double

Output : String

Remarks

See C# Convert.ToString for more details.