Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > ContentItem Class : NumericValue Property |
[ElementAttribute()] public Nullable<double> NumericValue {get; set;}
'Declaration
<ElementAttribute()> Public Property NumericValue As Nullable(Of Double)
'Usage
Dim instance As ContentItem Dim value As Nullable(Of Double) instance.NumericValue = value value = instance.NumericValue
[ElementAttribute()] public: property Nullable<double> NumericValue { Nullable<double> get(); void set ( Nullable<double> value); }