I don't understand. Either you can handle null, th...
# announcements
s
I don't understand. Either you can handle null, then you should use
FloatArray?
instead of
FloatArray
, or you cannot handle null. Then the
checkParameterIsNotNull
is crashing when you pass a null.