Working with Data

Introduction

Gsharp supports four data types: strings, floats, dates and times.

Each dataset can also have a different dimension:

  • A single value (0D)
  • A column or row of data (1D)
  • A grid of data (2D)
  • A block of data (3D)

Data can be read from files, entered by hand or generated using the Gsharp Script Language.

Further Information


Return to Gsharp User Guide