ConvertPhysicalQuantityToValue Method

HidSharp

ReportSegment ConvertPhysicalQuantityToValue Method HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public int ConvertPhysicalQuantityToValue(
	double quantity
)
public int ConvertPhysicalQuantityToValue(
	double quantity
)
Public Function ConvertPhysicalQuantityToValue ( _
	quantity As Double _
) As Integer
Public Function ConvertPhysicalQuantityToValue ( _
	quantity As Double _
) As Integer
public:
int ConvertPhysicalQuantityToValue(
	double quantity
)
public:
int ConvertPhysicalQuantityToValue(
	double quantity
)
member ConvertPhysicalQuantityToValue : 
        quantity : float -> int
member ConvertPhysicalQuantityToValue : 
        quantity : float -> int

Parameters

quantity
Type: OnlineSystem Double
See Also