TTMSMCPSamplingRequestBuilder.WithTemperature Method
Sets the sampling temperature.
API unit family: TMS.MCP.Sampling
Declaring type: TTMSMCPSamplingRequestBuilder
Syntax
function WithTemperature(ATemperature: Double): TTMSMCPSamplingRequestBuilder;
Parameters
| Name | Description |
|---|---|
ATemperature |
Value from 0 for the most predictable output to 1 for the most varied; a value outside the range is clamped. The temperature is 0.7 when it is not set. |
Returns
The builder, so that further calls can be chained.