DValue<T>.Of 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.
Overloads
Of(BlankValue)
public static Microsoft.PowerFx.Types.DValue<T> Of(Microsoft.PowerFx.Types.BlankValue blank);
static member Of : Microsoft.PowerFx.Types.BlankValue -> Microsoft.PowerFx.Types.DValue<'T (requires 'T :> Microsoft.PowerFx.Types.ValidFormulaValue)>
Public Shared Function Of (blank As BlankValue) As DValue(Of T)
Parameters
- blank
- BlankValue
Returns
Applies to
Of(ErrorValue)
public static Microsoft.PowerFx.Types.DValue<T> Of(Microsoft.PowerFx.Types.ErrorValue error);
static member Of : Microsoft.PowerFx.Types.ErrorValue -> Microsoft.PowerFx.Types.DValue<'T (requires 'T :> Microsoft.PowerFx.Types.ValidFormulaValue)>
Public Shared Function Of (error As ErrorValue) As DValue(Of T)
Parameters
- error
- ErrorValue
Returns
Applies to
Of(T)
public static Microsoft.PowerFx.Types.DValue<T> Of(T t);
static member Of : 'T -> Microsoft.PowerFx.Types.DValue<'T (requires 'T :> Microsoft.PowerFx.Types.ValidFormulaValue)>
Public Shared Function Of (t As T) As DValue(Of T)
Parameters
- t
- T