QsNullable.DefaultValue<a>(a, QsNullable<a>) Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("defaultValue")]
public static a DefaultValue<a> (a value, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<a> _arg1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("defaultValue")>]
Microsoft.Quantum.QsCompiler.DataTypes.QsNullable.defaultValue : 'a -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<'a> -> 'a
Public Shared Function DefaultValue(Of a) (value As a, _arg1 As QsNullable(Of a)) As a

Type Parameters

a

Parameters

value
a
_arg1
QsNullable<a>

Returns

a
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute

Applies to