Uses of Class
spice.basic.GFScalarQuantity
-
Packages that use GFScalarQuantity Package Description spice.basic spice.tspice -
-
Uses of GFScalarQuantity in spice.basic
Fields in spice.basic declared as GFScalarQuantity Modifier and Type Field Description private GFScalarQuantity
GFUserDefinedScalarSearch. quantity
Methods in spice.basic with parameters of type GFScalarQuantity Modifier and Type Method Description static double[]
CSPICE. gfuds(GFScalarQuantity quant, java.lang.String relate, double refval, double adjust, double step, int nintvls, double[] cnfine)
Perform a GF user-defined scalar quantity search.Constructors in spice.basic with parameters of type GFScalarQuantity Constructor Description GFUserDefinedScalarSearch(GFScalarQuantity quantity)
-
Uses of GFScalarQuantity in spice.tspice
Subclasses of GFScalarQuantity in spice.tspice Modifier and Type Class Description class
TestGFUserDefinedScalarSearch
Class TestGFUserDefinedScalarSearch provides methods that implement test families for the class TargetClass.
-