Class DmonValueTransform
Inheritance
Object
DmonValueTransform
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class DmonValueTransform
Properties
Gain
增益
Declaration
public double Gain { get; set; }
Property Value
Type | Description |
---|---|
Double |
MaxValue
数值上限
Declaration
public double MaxValue { get; set; }
Property Value
Type | Description |
---|---|
Double |
MinValue
数值下限
Declaration
public double MinValue { get; set; }
Property Value
Type | Description |
---|---|
Double |
Offset
偏移量
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
Double |
ScaleMaxValue
比例最大值
Declaration
public double ScaleMaxValue { get; set; }
Property Value
Type | Description |
---|---|
Double |
ScaleMinValue
比例最小值
Declaration
public double ScaleMinValue { get; set; }
Property Value
Type | Description |
---|---|
Double |
Type
数值转换类型
Declaration
public TransformType Type { get; set; }
Property Value
Type | Description |
---|---|
TransformType |