Freigeben über


DValue<T>.Of Method

Definition

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

Returns

Applies to