C# 클래스 QUSMAML.Extensions

파일 보기 프로젝트 열기: qusma/qusmaml

공개 메소드들

메소드 설명
IndexOfMax ( this input ) : int
IndexOfMin ( this input ) : int
Median ( this input ) : double

메소드 상세

IndexOfMax() 공개 정적인 메소드

public static IndexOfMax ( this input ) : int
input this
리턴 int

IndexOfMin() 공개 정적인 메소드

public static IndexOfMin ( this input ) : int
input this
리턴 int

Median() 공개 정적인 메소드

public static Median ( this input ) : double
input this
리턴 double