| Visual Basic (Declaration) | |
|---|---|
Public Function GetChannelTimeSkew() As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomWaveformChannel Dim value As Double value = instance.GetChannelTimeSkew() | |
| C# | |
|---|---|
public double GetChannelTimeSkew() | |
| C++/CLI | |
|---|---|
public: double GetChannelTimeSkew(); | |
Return Value
The channel time skew.For an example, refer to DicomDataSet.WaveformGroupCount.
- This method returns the channel time skew. For more information refer to the "Channel Time Skew" (003A, 0214) 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)
Copy Code