Udostępnij za pośrednictwem


NumberWithUnits(Nullable<Double>, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy NumberWithUnits.

public NumberWithUnits (double? number, string units);
new Microsoft.Bot.Builder.AI.Luis.NumberWithUnits : Nullable<double> * string -> Microsoft.Bot.Builder.AI.Luis.NumberWithUnits
Public Sub New (number As Nullable(Of Double), units As String)

Parametry

number
Nullable<Double>

Numer.

units
String

Jednostki dla liczby.

Dotyczy