NumberWithUnits(Nullable<Double>, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- units
- String
Units for number.