Share via


NumberWithUnits(Nullable<Double>, String) Constructor

Definition

Initializes a new instance of the NumberWithUnits class.

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)

Parameters

number
Nullable<Double>

Number.

units
String

Units for number.

Applies to