←Select platform

GetNumericValue Method

Summary

Gets the values under the "Numeric Value" (0040,A30A) element.

Syntax

C#
VB
WinRT C#
C++
public double[] GetNumericValue() 
Public Function GetNumericValue() As Double() 
public double[] GetNumericValue() 
 function Leadtools.Dicom.DicomWaveformAnnotation.GetNumericValue() 
public: 
array<double>^ GetNumericValue();  

Return Value

Buffer that contains the values under the "Numeric Value" (0040,A30A) element. The size of the buffer is equal to NumericValueCount.

Remarks

These values will be ignored if UnformattedTextValue is not a null reference (Nothing in VB).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly