jp.crestmuse.cmx.math
クラス Operations.MaxResult

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.math.Operations.MaxResult
含まれているクラス:
Operations

public static class Operations.MaxResult
extends java.lang.Object


フィールドの概要
 int argmax
           
 int argmax2nd
           
 int argmax3rd
           
 double max
           
 double max2nd
           
 double max3rd
           
 
コンストラクタの概要
Operations.MaxResult()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

argmax

public int argmax

argmax2nd

public int argmax2nd

argmax3rd

public int argmax3rd

max

public double max

max2nd

public double max2nd

max3rd

public double max3rd
コンストラクタの詳細

Operations.MaxResult

public Operations.MaxResult()