English Korean
Consolidation Function Consolidation Function
off off
Returns the average value of all measured values per DS DS당 측정된 모든 값의 평균값을 반환합니다.
Returns the highest measured value per DS DS당 가장 높은 측정값을 반환합니다.
Returns the lowest measured value per DS DS당 가장 낮은 측정값을 반환합니다.
Returns the sum of all measured values per DS DS당 측정된 모든 값의 합계를 반환합니다.
Returns the number of valid measured values per DS DS당 유효한 측정값의 수를 반환합니다.
Returns the gradient of a straight line by using linear regression per DS DS에 따라 선형 회귀를 사용하여 직선의 기울기를 반환합니다.
Returns the last valid measured value per DS DS당 마지막으로 유효한 측정값을 반환합니다.
Returns the first valid measured value per DS DS에 따라 첫 번째로 유효한 측정값을 반환합니다.
Returns the number of NaNs stored per DS DS당 저장된 NaN의 수를 반환합니다.
Returns the difference between the largest and the smallest value per DS DS당 가장 큰 값과 가장 작은 값의 차이를 반환합니다.
Returns the distance of the middle50% around the median per DS DS당 중앙값을 중심으로 중간 50%의 거리를 반환합니다.
Returns the variance per DS DS당 분산을 반환합니다.
f_floor - Round Fractions Down f_floor - 분수를 내림합니다.
f_ceil - Round Fractions Up f_ceil - 분수를 반올림합니다.
Returns the highest value of a given list of parameters 주어진 매개 변수 목록의 가장 높은 값을 반환합니다.
Returns the lowest value of a given list of parameters 주어진 매개 변수 목록의 가장 낮은 값을 반환합니다.
Returns B if A is true or C if A is false A가 참이면 B를 반환하고 A가 거짓이면 C를 반환합니다.
Used to override normal precedence or to mark the first level of nesting 일반 우선 순위를 무시하거나 중첩의 첫 번째 수준을 표시하는 데 사용됩니다.