Temperature(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 Temperature class.
public Temperature (double temperature, string units);
new Microsoft.Bot.Builder.AI.Luis.Temperature : double * string -> Microsoft.Bot.Builder.AI.Luis.Temperature
Public Sub New (temperature As Double, units As String)
Parameters
- temperature
- Double
Temperature.
- units
- String
Units.