scientific-notation-number-real-number
Service icon

Scientific Notation Number Real Number

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 06 July 2021
 by 
4.0
 (1 rating)
scientific-notation-number-real-number

Scientific Notation Number Real Number

Documentation
1.0.0

This is component-based on the Dotnet library.  Used to convert the Scientific Notation Number to real Number with easy way.

Component Name: Scientific Notation Number Real Number 

Server Action: Scientific_notation_number_to_real_number

Input Variable: ScientificNotationString (must be text type) -> It is used to pass the scientific Notation value as a string that we need the real number.

Output variable: 1. OutRealNumber -> It returns the real number after converting from the Scientific notation value.

                             2. Return if have any error found during the converting.