Range.Span(Range, Range) 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, 1 })]
public static Microsoft.Quantum.QsCompiler.DataTypes.Range Span (Microsoft.Quantum.QsCompiler.DataTypes.Range a, Microsoft.Quantum.QsCompiler.DataTypes.Range b);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
static member Span : Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.DataTypes.Range
Public Shared Function Span (a As Range, b As Range) As Range
Parameters
- a
- Range
- b
- Range
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute