MCPcopy Create free account
hub / github.com/rambaut/figtree / getRealArrayOption

Method getRealArrayOption

src/figtree/application/Arguments.java:454–457  ·  view source on GitHub ↗

Return the value of an real array option

(String label)

Source from the content-addressed store, hash-verified

452 * Return the value of an real array option
453 */
454 public double[] getRealArrayOption(String label) {
455 RealArrayOption o = (RealArrayOption)options[findOption(label)];
456 return o.values;
457 }
458
459 /**
460 * Return the value of an string option

Callers

nothing calls this directly

Calls 1

findOptionMethod · 0.95

Tested by

no test coverage detected