Class Tag_Float
-
Constructor Details
-
Tag_Float
public Tag_Float()Create an empty float tag. -
Tag_Float
Create a float tag with name and data set to null.- Parameters:
name- Name of the tag.
-
Tag_Float
Create a float tag with name and data.- Parameters:
name- Name of the tag.data- The initial data of the tag.
-