ProbeSetupGetNormalizedValue Method
This function resolves unit extensions, so that e.g. '1 mV' returns 0.001
Namespace: PCBI_MachineFormats_ImportExport.XMLAssembly: PCBI_MachineFormats_ImportExport (in PCBI_MachineFormats_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
public bool GetNormalizedValue(
out decimal val
)
Public Function GetNormalizedValue (
<OutAttribute> ByRef val As Decimal
) As Boolean
public:
bool GetNormalizedValue(
[OutAttribute] Decimal% val
)
member GetNormalizedValue :
val : decimal byref -> bool
- val Decimal
-
Boolean