QsExpressionKind<Expr,Symbol,Type>.NewIntLiteral(Int64) Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 3)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewIntLiteral (long item);
Public Shared Function NewIntLiteral (item As Long) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item
Int64

Returns

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

Applies to