public final class Octave extends Object
| Modifier and Type | Field and Description |
|---|---|
private static OctaveBoolean |
FALSE
Constant false of corresponding with octave bool.
|
private static OctaveBoolean |
TRUE
Constant true of corresponding with octave bool.
|
| Modifier | Constructor and Description |
|---|---|
private |
Octave() |
| Modifier and Type | Method and Description |
|---|---|
static OctaveBoolean |
bool(boolean b)
Returns java counterparts of octave bools.
|
static OctaveDouble |
scalar(double d)
Returns java counterparts of octave scalars.
|
private static final OctaveBoolean TRUE
private static final OctaveBoolean FALSE
public static OctaveDouble scalar(double d)
d - public static OctaveBoolean bool(boolean b)
b - Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.