QsExpressionKind<Expr,Symbol,Type>.NewDoubleLiteral(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute