기술 자료

지원

GreaterThanOrEqual node

Checks if one number is greater than or equal to another.
읽는 시간 1분최근 업데이트: 5일 전

Use the GreaterThanOrEqual node to check if one number is larger than or the same as another number.

Socket

Type

Description

Input 1
Float
,
Int
The number to test.
Input 2Same type as Input 1The number to compare against.
Output
Bool
(output)
True if Input 1 is greater than or equal to Input 2; otherwise false.