BASS.NET API for the Un4seen BASS Audio Library

WaveFormVolumePointCompareTo Method

BASS.NET API for the Un4seen BASS Audio Library

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
The VolumePoint object to compare to.

Return Value

Type: Int32
If the two objects are of the type VolumePoint, the method behaves exactly like long.CompareTo, and the returned values are: -1 if the position value is greater than the position value of the current object. 0 if the two positions are identical. 1 if the position value is less than the position value of the current object.
Exceptions

ExceptionCondition
ArgumentExceptionobj is not a VolumePoint.
See Also

Reference