Expand description

Unit Interval

A number between 0 inclusive and 1 inclusive.

Examples:

let x = UnitIntervalAsStructF64(0.5);

Compare:

  • Unit Interval is 0..1

  • Dual Interval is -1..1

Structs

Type Definitions