Visual Basic (Declaration) | |
---|---|
Public Function GetChannelSampleSkew() As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformChannel Dim value As Double value = instance.GetChannelSampleSkew() |
C# | |
---|---|
public double GetChannelSampleSkew() |
C++/CLI | |
---|---|
public: double GetChannelSampleSkew(); |
Return Value
The channel sample skew.For an example, refer to DicomDataSet.WaveformGroupCount.
- This method gets the channel sample skew. For more information refer to the "Channel Sample Skew" (003A, 0215) element in the DICOM standard.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)