Skip to content
logo
Sedona Documentation Mul4
Type to start searching
    linsong/sedona
    linsong/sedona
    • Index
      • Introduction
      • Setup
      • Architecture
      • Tutorial
      • Language
      • Primitives
      • Expressions
      • Statements
      • Classes
      • Fields
      • Methods
      • Components
      • Reflection
      • Arrays
      • Memory
      • Native Methods
      • Logging
      • Application Model
      • Security
      • Kits
      • Schema
      • Platform Definition
      • Platform Archive
      • Platform Tutorial
      • Device Simulator
      • Certified Platforms
      • Sedonac
      • Testing
      • Porting
      • Niagara
      • Networking
      • DASP
      • Sox
      • Device Discovery
      • License
      • Coding Conventions
      • SCode Format
      • Grammar
      • v1.2
    • API
    • Inheritance
    • Fields
      • in3
      • in4
    • Methods
      • execute
    

    Sedona

    Mul4¶

    Doc Home > API Index > control > Mul4


    Inheritance¶

    sys::Obj
      sys::Virtual
        sys::Component
          control::Mul2
            control::Mul4
    
    public class Mul4

    Mul4 Four Input Multiplication object

    out = in1 * in2 * in3 * in4


    Fields¶

    in3¶

    public property float in3

    input 3

    in4¶

    public property float in4

    input 4


    Methods¶

    execute¶

    public virtual override void execute()

    Execute is called once every scan.


    Doc Home > API Index > control > Mul4


    Last update: April 28, 2020
    Copyright © 2007-2017 Tridium, 2018-2020 Sedona Community
    powered by MkDocs and Material for MkDocs