public final class DoubleToComplexCaster extends Object implements Caster<OctaveDouble,OctaveComplex>
| Constructor and Description |
|---|
DoubleToComplexCaster() |
| Modifier and Type | Method and Description |
|---|---|
OctaveComplex |
cast(OctaveDouble from) |
Class<OctaveDouble> |
from() |
Class<OctaveComplex> |
to() |
public OctaveComplex cast(OctaveDouble from)
cast in interface Caster<OctaveDouble,OctaveComplex>from - object to convertpublic Class<OctaveDouble> from()
from in interface Caster<OctaveDouble,OctaveComplex>public Class<OctaveComplex> to()
to in interface Caster<OctaveDouble,OctaveComplex>Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.