VerificationTools.ResolvedType.get_supportsArithmetic(ResolvedType) 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.CompilationArgumentCounts(new System.Int32[] { 1, 0 })]
public static Microsoft.FSharp.Core.FSharpOption<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> ResolvedType.get_supportsArithmetic (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType unnamedParam1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 0 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.VerificationTools.ResolvedType.get_supportsArithmetic : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> option<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Shared Function ResolvedType.get_supportsArithmetic (unnamedParam1 As ResolvedType) As FSharpOption(Of ResolvedType)
Parameters
- unnamedParam1
- ResolvedType
Returns
- Microsoft.FSharp.Core.FSharpOption<ResolvedType>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute