QsExpressionKind<Expr,Symbol,Type>.NewDoubleLiteral(Double) Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 5)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewDoubleLiteral (double item);
Public Shared Function NewDoubleLiteral (item As Double) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item
Double

Returns

QsExpressionKind<Expr,Symbol,Type>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to