Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introducedin
09.1

Description

Excerpt

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

Signature
C#
C#
 public enum ComputationResultTypeFunctionValueType
Signature
vb.net
vb.net
Public Enum ComputationResultTypeFunctionValueType

Propertiesvalues

Name

Description

Anchor
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

 

...

NULL
NULL

Null value

Anchor
NUMBER
NUMBER
NUMBER

Number value

Anchor
BOOLEAN
BOOLEAN
BOOLEAN

Boolean value

Anchor
STRING
STRING
STRING

String value

Anchor
RANGE
RANGE
RANGE

Range value