treecalc.rt
Class B

java.lang.Object
  extended by treecalc.rt.B

public final class B
extends java.lang.Object


Constructor Summary
B()
           
 
Method Summary
static V bf_acos(V arg)
           
static V bf_asin(V arg)
           
static V bf_atan(V arg)
           
static V bf_atan2(V x, V y)
           
static V bf_const(V arg)
           
static V bf_cos(V arg)
           
static V bf_cosh(V arg)
           
static V bf_date(V date, V addDays, V addMonth, V addYears)
           
static V bf_date(V date, V addDays, V addMonths, V addYears, V format)
           
static V bf_error(V msg)
           
static V bf_error(V msg, V ref)
           
static V bf_false()
           
static V bf_getprivateprofilestring(V section, V name, V defaultvalue, V file)
           
static V bf_list(V... elements)
           
static V bf_log(V arg)
           
static V bf_log10(V arg)
           
static V bf_max(V... args)
           
static V bf_min(V... args)
           
static V bf_now(V format)
           
static V bf_select(V field, V tablename, V where, V... parameters)
           
static V bf_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
static V bf_sin(V arg)
           
static V bf_sinh(V arg)
           
static V bf_tan(V arg)
           
static V bf_tanh(V arg)
           
static V bf_true()
           
static V bf_v_select(V field, V tablename, V where, V... parameters)
           
static V bf_v_selectx(V selectnr, V field, V tablename, V where, V... parameters)
           
static V bf_vpmexist(V module)
           
static V bf_vpmexist(V module, V numargumentsAndEntrypoint)
           
static V bf_vpmexist(V module, V numarguments, V entrypoint)
           
static V bf_vpmtry(V module, V what, V... parameters)
           
static int[] convertToDate(V date)
           
static V formatDate(int[] ymd, int[] hms, V format)
           
static V v_construct(java.text.CharacterIterator i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B

public B()
Method Detail

bf_false

public static final V bf_false()

bf_true

public static final V bf_true()

bf_min

public static final V bf_min(V... args)
Parameters:
args - at least two arguments
Returns:
numerically smallest element, converted to a number (->leading zeros will vanish, vector will get scalar)

bf_max

public static final V bf_max(V... args)
Parameters:
args - at least two arguments
Returns:
numerically biggest element, converted to a number (->leading zeros will vanish, vector will get scalar)

bf_acos

public static final V bf_acos(V arg)

bf_asin

public static final V bf_asin(V arg)

bf_atan

public static final V bf_atan(V arg)

bf_atan2

public static final V bf_atan2(V x,
                               V y)

bf_cos

public static final V bf_cos(V arg)

bf_cosh

public static final V bf_cosh(V arg)

bf_sin

public static final V bf_sin(V arg)

bf_sinh

public static final V bf_sinh(V arg)

bf_tan

public static final V bf_tan(V arg)

bf_tanh

public static final V bf_tanh(V arg)

bf_log

public static final V bf_log(V arg)

bf_log10

public static final V bf_log10(V arg)

bf_date

public static final V bf_date(V date,
                              V addDays,
                              V addMonth,
                              V addYears)

bf_date

public static final V bf_date(V date,
                              V addDays,
                              V addMonths,
                              V addYears,
                              V format)

bf_now

public static final V bf_now(V format)

bf_list

public static final V bf_list(V... elements)

bf_vpmtry

public static final V bf_vpmtry(V module,
                                V what,
                                V... parameters)

bf_vpmexist

public static final V bf_vpmexist(V module)

bf_vpmexist

public static final V bf_vpmexist(V module,
                                  V numargumentsAndEntrypoint)

bf_vpmexist

public static final V bf_vpmexist(V module,
                                  V numarguments,
                                  V entrypoint)

bf_error

public static final V bf_error(V msg)

bf_error

public static final V bf_error(V msg,
                               V ref)

bf_const

public static final V bf_const(V arg)

bf_getprivateprofilestring

public static final V bf_getprivateprofilestring(V section,
                                                 V name,
                                                 V defaultvalue,
                                                 V file)

bf_select

public static final V bf_select(V field,
                                V tablename,
                                V where,
                                V... parameters)

bf_selectx

public static final V bf_selectx(V selectnr,
                                 V field,
                                 V tablename,
                                 V where,
                                 V... parameters)

bf_v_select

public static final V bf_v_select(V field,
                                  V tablename,
                                  V where,
                                  V... parameters)

bf_v_selectx

public static final V bf_v_selectx(V selectnr,
                                   V field,
                                   V tablename,
                                   V where,
                                   V... parameters)

convertToDate

public static final int[] convertToDate(V date)
Returns:
int[] {year, month, day} is valid; null if date not valid

formatDate

public static final V formatDate(int[] ymd,
                                 int[] hms,
                                 V format)

v_construct

public static V v_construct(java.text.CharacterIterator i)


Copyright © 2013. All Rights Reserved.