ReportSegment ConvertValueToPhysicalQuantity Method | HIDSharp |
Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public double ConvertValueToPhysicalQuantity( int value )
Public Function ConvertValueToPhysicalQuantity ( _ value As Integer _ ) As Double
public: double ConvertValueToPhysicalQuantity( int value )
member ConvertValueToPhysicalQuantity : value : int -> float
Parameters
- value
- Type: System Int32
See Also