Skip to main content

|

Overloads

NameDescription
(as_complex lhs | const StateInfo right_option) -> StateInfoCombines two compatible StateInfo options.
(as_real lhs | const StateInfo right_option) -> StateInfoCombines two compatible StateInfo options.

(as_complex lhs | const StateInfo right_option) -> StateInfo

Combines two compatible StateInfo options.

Parameters

  • right_option: The StateInfo option on the right of the | operator.

Returns

The combination of the two provided options (left_option | right_option).

(as_real lhs | const StateInfo right_option) -> StateInfo

Combines two compatible StateInfo options.

Parameters

  • right_option: The StateInfo option on the right of the | operator.

Returns

The combination of the two provided options (left_option | right_option).