Create a comment style card. This constructor builds a card which has no value. This may be either a comment style card in which case the nullable field should be false, or a value field which has a null value, in which case the nullable field should be true.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal key As String, _ ByVal comment As String, _ ByVal nullable As Boolean _ ) |
C# |
---|
public HeaderCard( string key, string comment, bool nullable ) |
C++ |
---|
public: HeaderCard( String key, String comment, bool nullable ) sealed |
J# |
---|
public HeaderCard( string key, string comment, bool nullable ) |
JScript |
---|
public function HeaderCard( key : String, comment : String, nullable : bool ) |
Parameters
- key
- The key for the comment or nullable field.
- comment
- The comment.
- nullable
- Is this a nullable field or a comment-style card?