Compartir a través de


Parameter.FromInt(Int32) Método

Definición

Cree un Parameter objeto a partir de un Int32 valor. El elemento ParameterType será Integer.

public static Microsoft.ML.SearchSpace.Parameter FromInt (int value);
static member FromInt : int -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromInt (value As Integer) As Parameter

Parámetros

value
Int32

Devoluciones

Parameter

Se aplica a