Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Double

Storage Type Numeric Grooper.Core

Represents a 64-bit floating-point (double) value for use in Data Fields and related objects.

Remarks

The Double class provides robust support for capturing, validating, and formatting double-precision floating-point values.

Overview

  • Used to store and process 64-bit floating-point numbers in Data Fields and extraction objects.
  • Supports parsing of standard double values, including scientific notation (e.g., 1.23e4).
  • Provides culture-aware formatting and normalization using the 'Format Specifier' property.

Usage

  • Assign this storage type to a Data Field to capture values such as scientific measurements, engineering data, or any data requiring double precision.
  • Configure input styles, alternate input formats, and custom input formats to match the expected data sources.
  • Use the 'Format Specifier' property to control how values are displayed and normalized, such as specifying the number of decimal places or formatting in scientific notation.
  • All parsing and formatting operations are culture-aware, using the configured input and output cultures to interpret decimal separators and digit grouping.

> [!TIP] > Use this class for scenarios requiring high-precision or scientific numeric handling, such as laboratory results, engineering calculations, or data with a wide dynamic range.

Properties

NameTypeDescription
General
Input
Output
Range

See Also

Used By

Notification