SyntaxTreeToQsharp.ExpressionKindTransformation.OnDoubleLiteral Method

Definition

System.Object.OnDoubleLiteral(System.Double)
public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> OnDoubleLiteral (double d);
override this.OnDoubleLiteral : double -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Overrides Function OnDoubleLiteral (d As Double) As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType)

Parameters

d
Double

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to