Subgraph Default

Int to String with 3 Decimals

Downloads: 37
Download
Ads Support FTD

Description

Converts an INT to a String with 3 decimal places

Int-to-String-with-3-Decimals-dvafhr.ssubgraph

[Int] ─────────────┐
     ┌───────────────────────────────────────────┐
     │ Data Convert                            │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Append Strings                          │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Floor                                   │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Data Convert                            │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Multiply                                │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Floor                                   │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Subtract                                │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ String Info                             │
     └───────────────────────────────────────────┘
     ┌───────────────────────────────────────────┐
     │ Peek                                    │
     └───────────────────────────────────────────┘
                     └────────────────────[String]
Ads Support FTD