Exemplo n.º 1
0
 /// <summary>
 /// Returns short term excitement model parameters
 /// </summary>
 /// <param name="rawScore"> return raw score</param>
 /// <param name="minScale,maxScale"> return scale range</param>
 /// <returns></returns>
 public void AffectivGetExcitementShortTermModelParams(out Double rawScore, out Double minScale, out Double maxScale)
 {
     EdkDll.ES_AffectivGetExcitementShortTermModelParams(hEmoState, out rawScore, out minScale, out maxScale);
 }