public class SCIENTIFICNOTATION extends REAL
| 构造器和说明 |
|---|
SCIENTIFICNOTATION() |
SCIENTIFICNOTATION(double mantissa,
int index) |
SCIENTIFICNOTATION(STRING value) |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getDouble() |
int |
getIndex() |
Integer |
getInteger() |
double |
getMantissa() |
String |
getString() |
void |
setIndex(int index) |
void |
setMantissa(double mantissa) |
String |
toString() |
check, illegalpublic SCIENTIFICNOTATION()
@IfcParserConstructor public SCIENTIFICNOTATION(STRING value)
public SCIENTIFICNOTATION(double mantissa,
int index)
Copyright © 2023. All rights reserved.