Should truncations cause a truncation overflow?


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

Syntax

Visual Basic (Declaration)
Public WriteOnly Property TruncationThrow As Boolean
C#
public bool TruncationThrow { set; }
C++
public property bool TruncationThrow sealed  {
    void set(bool value);
}
J#
/** property */
public void set_TruncationThrow(bool value);
JScript
public function set TruncationThrow(value : bool);

See Also