SyntaxTreeToQsharp.ExpressionKindTransformation.OnIntLiteral(Int64) Method

Definition

System.Object.OnIntLiteral(System.Int64)
public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> OnIntLiteral (long i);
override this.OnIntLiteral : int64 -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Overrides Function OnIntLiteral (i As Long) As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType)

Parameters

i
Int64

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to