Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 574 Bytes

File metadata and controls

28 lines (16 loc) · 574 Bytes
title First non-empty score
description Forwards the first input that provides a non-empty similarity score.
icon octicons/cross-reference-24
tags

First non-empty score

Examples

Notation: List of values are represented via square brackets. Example: [first, second] represents a list of two values "first" and "second".


The first defined score is returned, even if it's not the highest score:

  • Input values: [(none), 0.2, 0.5]
  • Returns: 0.2

Parameter

None