This class instantiates FITS Random Groups data. Random groups are instantiated as a two-dimensional array of objects. The first dimension of the array is the number of groups. The second dimension is 2. The first object in every row is a one dimensional parameter array. The second element is the n-dimensional data array.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Class RandomGroupsData
    Inherits Data
C#
public class RandomGroupsData : Data
C++
ref class RandomGroupsData : Data
J#
public class RandomGroupsData extends Data
JScript
public class RandomGroupsData extends Data

Inheritance Hierarchy

System.Object
   nom.tam.fits.Data
      nom.tam.fits.RandomGroupsData

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also