Sequence StaticFill

std/filler/scalar/f64::StaticFill


Parameters

↳ var value: f64 = 0

Inputs

pattern: Stream<void>

Outputs

↦ value: Stream<f64>


Fill an input void stream with scalar static f64 values.

graph LR
    T("StaticFill (value=🟧)")
    B["… 🟦 🟦 🟦 …"] -->|pattern| T
    
    T -->|value| O["… 🟧 🟧 🟧 …"]

    style B fill:#ffff,stroke:#ffff
    style O fill:#ffff,stroke:#ffff