| ReportSegment ConvertPhysicalQuantityToValue 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 int ConvertPhysicalQuantityToValue( double quantity )
Public Function ConvertPhysicalQuantityToValue ( _ quantity As Double _ ) As Integer
public: int ConvertPhysicalQuantityToValue( double quantity )
member ConvertPhysicalQuantityToValue :
quantity : float -> intParameters
- quantity
- Type:
System Double
See Also