ภาษา

ForecastingModel.Implicit Operator

Definition

Overloads

Implicit(String to ForecastingModel)

Source:
ForecastingModel.cs
Source:
ForecastingModel.cs

Converts a string to a ForecastingModel.

public static implicit operator Azure.ResourceManager.MachineLearning.Models.ForecastingModel(string value);
static member op_Implicit : string -> Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared Widening Operator CType (value As String) As ForecastingModel

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ForecastingModel>)

Source:
ForecastingModel.cs
public static implicit operator Azure.ResourceManager.MachineLearning.Models.ForecastingModel?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.MachineLearning.Models.ForecastingModel>
Public Shared Widening Operator CType (value As String) As Nullable(Of ForecastingModel)

Parameters

value
String

Returns

Applies to