Int32x4 greaterThanOrEqual(
Float32x4 other
)

Relational greater than or equal.

Source

/// Relational greater than or equal.
Int32x4 greaterThanOrEqual(Float32x4 other);