This enumeration is used to indicate what the result type is.

 public enum ComputationResultType
Public Enum ComputationResultType


Name

Description

NULL

Indicates the ComputationResult Value is null

NUMBER

Indicates the ComputationResult Value is a double

BOOLEAN

Indicates the ComputationResult Value is a bool

STRING

Indicates the ComputationResult Value is a string

RANGE

Indicates the ComputationResult Value is a Range