uCalc API Version: 2.1.3-preview.2 Released: 6/16/2026

Warning

uCalc API Preview Release Notice:The documentation describes the intended behavior of the API. The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.

Parse

Method

Product: 

Fast Math Parser

Class: 

Expression

Parses a new expression

Syntax

Parse(string, DataType)

Parameters

Expr
string
Expression to be parsed
ReturnType
DataType
(Default = Empty)
Data type of return value

Return

Expression

The current expression object

Remarks

This allows you to associate a different expression with the same object. The previous expression is released internally first.

Examples