←Select platform

VMDivider Property

Summary
Gets the value used to divide the value multiplicity.
Syntax
C#
VB
C++
Java
public long VMDivider { get; } 
Public ReadOnly Property VMDivider As Long 
public long getDivider() 
public: 
property int64 VMDivider { 
   int64 get(); 
} 

Property Value

The value used to divide the value multiplicity. When multiple values are stored in the value field of a data element, the number of values present must be evenly divisible by VMDivider. For most items VMDivider will be 1. However, if the values stored in the value field are RGB triplets, for example, you would have to store three values for each triplet. You could store 12 values, since 12 values would be 4 triplets, however, you could not store 13 values. In this case VMDivider would be 3.

Example

For an example, refer to Reset.

Requirements

Target Platforms

See Also

Reference

DicomTag Class

DicomTag Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.