tuweni / org.apache.tuweni.units.bigints / BaseUInt32Value / zero

zero

protected open fun zero(): T (source)

Return the zero value for this type.

The default implementation of this method returns a value obtained from calling the concrete type constructor with an argument of UInt32#ZERO. Most implementations will want to override this method to instead return a static constant.

Return
T: The zero value for this type.