This is a package of static functions which perform computations on arrays. Generally these routines attempt to complete without throwing errors by ignoring data they cannot understand.


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

Syntax

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

Inheritance Hierarchy

System.Object
   nom.tam.util.PrimitiveInfo
      nom.tam.util.ArrayFuncs

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