QsExpressionKind<Expr,Symbol,Type>.NewBigIntLiteral(BigInteger) Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 4)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewBigIntLiteral (System.Numerics.BigInteger item);
Public Shared Function NewBigIntLiteral (item As BigInteger) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item
BigInteger

Returns

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

Applies to