public final class DoubleStructure extends OSTypeStructure
The double structure.
| Modifier and Type | Field and Description |
|---|---|
static int |
StructureKey
Identifies the structure key.
|
| Constructor and Description |
|---|
DoubleStructure(ClassID keyName)
Initializes a new instance of the
DoubleStructure class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the structure key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
double |
getValue()
Gets or sets the double value.
|
void |
setValue(double value)
Gets or sets the double value.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyNamepublic static final int StructureKey
Identifies the structure key.
public DoubleStructure(ClassID keyName)
Initializes a new instance of the DoubleStructure class.
keyName - The key name.public final double getValue()
Gets or sets the double value.
Value: The double value.public final void setValue(double value)
Gets or sets the double value.
Value: The double value.public int getKey()
Gets the structure key.
getKey in class OSTypeStructurepublic int getLength()
Gets the OSTypeStructure length in bytes.
getLength in class OSTypeStructureCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.