public final class DoubleStructure extends OSTypeStructure
The double structure.
Modifier and Type | Field and Description |
---|---|
static int |
STRUCTURE_KEY
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) |
getKeyName, save, setKeyName
public static final int STRUCTURE_KEY
Identifies the structure key.
public DoubleStructure(ClassID keyName)
Initializes a new instance of the DoubleStructure
class.
keyName
- The key name.public double getValue()
Gets or sets the double value.
Value: The double value.public void setValue(double value)
public int getKey()
Gets the structure key.
getKey
in class OSTypeStructure
public int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.