public bool SetNumberOfSamplesPerChannel(
int
)
'Declaration
Public Function SetNumberOfSamplesPerChannel( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As DicomWaveformGroup
Dim numberOfSamples As Integer
Dim value As Boolean
value = instance.SetNumberOfSamplesPerChannel(numberOfSamples)
public bool SetNumberOfSamplesPerChannel(
int numberOfSamples
)
function Leadtools.Dicom.DicomWaveformGroup.SetNumberOfSamplesPerChannel(
numberOfSamples
)
public:
bool SetNumberOfSamplesPerChannel(
int
)
Parameters
- numberOfSamples
- New number of samples for a channel included in this waveform group.
Return Value
true if The number of samples per channel was set successfully, false if an error occurred.