Class CustomHeightScaleCalculator
[DataContract]
[Display("Custom", null)]
public class CustomHeightScaleCalculator : IHeightScaleCalculator
- Inheritance
-
CustomHeightScaleCalculator
- Implements
Properties
Denominator
[DataMember(20)]
public float Denominator { get; set; }
Property Value
Numerator
[DataMember(10)]
public float Numerator { get; set; }
Property Value
Methods
Calculate(IHeightStickParameters)
public float Calculate(IHeightStickParameters heightDescription)
Parameters
heightDescription
IHeightStickParameters