public final class ComplexNumberErrored
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
float |
imaginary |
float |
imaginary_error |
float |
real |
float |
real_error |
| Constructor and Description |
|---|
ComplexNumberErrored() |
ComplexNumberErrored(float real,
float real_error,
float imaginary,
float imaginary_error) |