Docs
BlupLearnSupportDownload
  • Home 🏠
  • Wiki
    • Design (UI) ✏️
      • Blup Top Bar
      • Blup Menu Bar
      • Pages/Layers Panel
      • Toolkit
      • Insert Panel
        • TextField Widget
        • Progress Widget
        • FAB Widget
        • Icon Widget
        • Lottie Animation Widget
        • Text Button Widget
        • Appbar Widget
        • Checkbox Widget
        • Switch Widget
        • Slider Widget
        • Radio Widget
        • Progress bar Widget
        • Multi choice dialog Widget
        • Web View Widget
        • Camera View Widget
        • Map View Widget
        • Date Picker Widget
        • Time Picker Widget
        • IOS Date Picker Widget
        • IOS Timer Widget
        • Alert Dialog box Widget
        • Dropdown Menu Widget
      • Properties Panel
        • Pages Properties
        • Text Properties
        • List Properties
        • Rectangle Properties
      • Page Canvas
      • Choose from Assets
      • Right-Click Menu in Design
      • How to use navigate page in Blup
    • Logics ⚡
      • UI Nodes
        • Rectangle UI Node
        • Text UI Node
        • Group UI Node
        • List UI Node
        • Page ListView UI Node
      • Helper Nodes
        • Boolean Nodes
        • Date Time Nodes
        • Double Nodes
        • Duration Nodes
        • Integers Nodes
        • Json Nodes
        • List Nodes
        • Map Nodes
        • String Nodes
      • Variables Node Section
      • Function Node Section
      • Maths Node Section
      • Flow Control Section
      • Relational Operators Section
      • Logical Operators Section
      • System Node Section
      • SDK Library Section
      • Blup Sheet API Node Section
    • Backend 🔗
      • Sheets
      • SQL
    • Blup Code Editor
      • File Explorer
      • Editor Area
    • Publish to stores 🚀(Ship)
      • iOS Cloud Build 😮‍💨
        • Configure ⚙️
        • Run ▶️
      • Play Store
    • Build Your First App
      • TODO App
  • Blup Settings
  • Import from Figma
  • How to use WebView in Blup
  • How to use Google Maps in Blup
  • How to use the camera in blup?
  • How to add Splash screen in Blup?
  • How to know Debug prints in blup
  • How to use Google sign in in Blup
  • Creating sign up/ sign in in Blup
Powered by GitBook
On this page
  • Double | Floor Node
  • Double | Ceil Node
  • Double | Round Node
  • Double | Abs Node
  • Double | Is Negative Node
  • Double|To Int Node
  • Music to go with.

Was this helpful?

Edit on GitHub
  1. Wiki
  2. Logics ⚡
  3. Helper Nodes

Double Nodes

Manage and use double data type nodes in Blup for numeric operations and calculations.

PreviousDate Time NodesNextDuration Nodes

Last updated 1 year ago

Was this helpful?

Double | Floor Node

This node returns the largest integer that is smaller than or equal to the input double number (i.e., rounds down to the nearest integer). For example, if the input number is 2.31, the result is 2.

Components of Node

1. Value – Input node providing the double number to apply the floor operation on. You can also directly input the number into the box.

2. Result – Output node returning the integer number after applying the floor operation on the double number.

Double | Ceil Node

This node returns the smallest integer that is greater than or equal to the input number (i.e., rounds up to the nearest integer). For example, if the input number is 2.31, the result is 3.

Components of Node

1. Value – Input node providing the double number to apply the ceil operation on. You can also directly input the number into the box.

2. Result – Output node returning the integer number after applying the ceil operation on the double number.

Double | Round Node

This node applies rounding to decimal numbers, simplifying them while keeping their value close to the original. For example, if the input number is 12.3124, the output is 12, and if the input is 12.5123, the output is 13.

Components of Node

1. Value – Input node providing the double number to apply the rounding operation on. You can also directly input the number into the box.

2. Result – Output node returning the double number after applying the rounding operation.

Double | Abs Node

This node converts double (decimal point numbers) to their absolute form, ensuring that negative numbers are converted to positive.

For example, if the input number is -12.5123, the output is 12.5123.

Components of Node

1. Value – Input node providing the double number to convert to its absolute form (positive). You can also directly input the number into the box.

2. Result – Output node returning the positive number after applying the absolute value operation.

Double | Is Negative Node

This node helps you to check whether the provided number [decimal number] is negative or not.

Components of Node

1. Value – This input node provides the double number that you want to check for negativity. You can either connect another node to provide the number or directly enter the number in the input box.

2. Result – This output node gives true if the provided number is negative, otherwise it returns false.

Double|To Int Node

This node converts a decimal number into an integer. For example, if the input number is '1.253', this node returns 1 as the result.

Components of Node

1. Value – This input node provides the double number that you want to convert to an integer. You can either connect another node to provide the number or directly enter the number in the input box.

2. Result – This output node gives the integer number after the conversion.

Music to go with.

If you have any ideas to make Blup better you can share them through our

Discord community channel
Lofi music