type

MinMaxAvg

MinMaxAvg : HxComp

Computes the min, max, and avg of up to 10 inputs.

slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

inA

Input A

inB

Input B

inC

Input C

inD

Input D

inE

Input E

inF

Input F

inG

Input G

inH

Input H

inI

Input I

intJ

Input J

min

The minimum value

max

The maximum value

avg

Average of non-null inputs

inA StatusNumber? <summary>

Input A

inB StatusNumber? <summary>

Input B

inC StatusNumber?

Input C

inD StatusNumber?

Input D

inE StatusNumber?

Input E

inF StatusNumber?

Input F

inG StatusNumber?

Input G

inH StatusNumber?

Input H

inI StatusNumber?

Input I

intJ StatusNumber?

Input J

min StatusNumber? <readonly, summary, transient>

The minimum value

max StatusNumber? <readonly, summary, transient>

The maximum value

avg StatusNumber? <readonly, summary, transient>

Average of non-null inputs

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST