Class Tag_Double
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty double tag.Tag_Double(String name) Create a double tag with name and data set to null.Tag_Double(String name, double data) Create a double tag with name and data. -
Method Summary
-
Constructor Details
-
Tag_Double
public Tag_Double()Create an empty double tag. -
Tag_Double
Create a double tag with name and data set to null.- Parameters:
name- Name of the tag.
-
Tag_Double
Create a double tag with name and data.- Parameters:
name- Name of the tag.data- The initial data of the tag.
-