Skip to content

Commit 4ffb024

Browse files
authored
Update articles/logic-apps/workflow-definition-language-functions-reference.md
1 parent 475966f commit 4ffb024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ If you are working with data that requires decimal precision, you will find the
16951695
To use the result of the decimal function and not lose precision, you should wrap any decimal output with the [string function](../logic-apps/workflow-definition-language-functions-reference.md#string) to ensure that the precision is captured. This is illustrated by the examples below where precision is lost if the decimal result is used as a number.
16961696

16971697
> [!NOTE]
1698-
> The decimal precision that is talked about in the context of this function and the Logic App Runtime is the same as the [.NET decimal precision](https://docs.microsoft.com/en-us/dotnet/api/system.decimal?view=netframework-4.7.1).
1698+
> The decimal precision that is talked about in the context of this function and the Logic App Runtime is the same as the [.NET decimal precision](https://docs.microsoft.com/dotnet/api/system.decimal?view=netframework-4.7.1&preserve-view=true).
16991699
17001700
```
17011701
decimal('<value>')

0 commit comments

Comments
 (0)