Greater than or Equal to Block

Returns true if first input value is greater than or equal to the second input value, false otherwise.

Syntax

Signatures

  1. Type

    ('T; 'T) returns (bool) where 'T numeric
  2. Causality

    The output depends instantaneously on both inputs.

  3. Initialization

    The resulting sequence has its first value defined if both inputs have their first value defined.

  4. Clock

    Inputs and output have the same clock.