test Is Multiple Of x Check ๐Ÿฒ

Ryuu_IsMultipleOf

Simple node to check if an input number and/or the optional second number is a multiple of the specified 'multiple' value. Outputs Booleans. If number_b is not given, will output None.

Pack: ComfyUI-RyuuNoodles

custom_nodes.ComfyUI-RyuuNoodles

Inputs (5)

NameTypeRequired
number_a*required
multipleINTrequired
error_if_b_noneBOOLEANrequired
false_instead_noneBOOLEANrequired
number_b*optional

Outputs (2)

NameType
is_a_multiple_ofBOOLEAN
is_b_multiple_ofBOOLEAN