C# 클래스 SoundFingerprinting.Strides.IncrementalRandomStride

Incremental random stride
상속: IStride
파일 보기 프로젝트 열기: AddictedCS/soundfingerprinting 1 사용 예제들

공개 메소드들

메소드 설명
IncrementalRandomStride ( int min, int max ) : System

Initializes a new instance of the IncrementalRandomStride class.

ToString ( ) : string

비공개 메소드들

메소드 설명
IncrementalRandomStride ( int minStride, int maxStride, int firstStride ) : System

메소드 상세

IncrementalRandomStride() 공개 메소드

Initializes a new instance of the IncrementalRandomStride class.
public IncrementalRandomStride ( int min, int max ) : System
min int /// Inclusive min value used for generating a random stride ///
max int /// Exclusive max value used for generating a random stride ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string