SkinTemperatureDelta constructor

SkinTemperatureDelta(
  1. DateTime time,
  2. TemperatureDelta delta
)

Creates a new skin temperature delta with the specified time and value.

Implementation

SkinTemperatureDelta(this.time, this.delta);