Class TemperatureDependentProperty<T>
Inheritance
System.Object
TemperatureDependentProperty<T>
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class TemperatureDependentProperty<T> : IndependentReportablePropertiesBase<TemperatureDependentProperty<T>>, IEquatable<APIBase> where T : MeasurementBase
Type Parameters
Properties
ConstantValue
Declaration
public double ConstantValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public EnumWithSelectedValue<ExtrapolationOptions> Extrapolation { get; set; }
Property Value
IsConstant
Declaration
public bool IsConstant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
VsTemperature
Declaration
public Vector2DListAccessor VsTemperature { get; set; }
Property Value
VsTemperaturePlot
Declaration
public TwoDChartDefinition VsTemperaturePlot { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods