<-- Previous || Up || Next -->

Stat Var Type Property
Math Statistics Class

Public Property Get StatVarType( _
    ByVal vVarType As VbVarType _
    ) As Boolean

Determine if a specific numeric type of variable will be recognized by the statistical routines.

Examples:
    ? StatVarType(vbDouble)
    True
    ? StatVarType(vbString)
    False
See also:
    MathStatistics_Initialize Subroutine

Public Property Let StatVarType( _
      ByVal vVarType As VbVarType _
    , ByVal vInclude As Boolean _
    )

Set whether a specific numeric type of variable will be recognized by the statistical routines.

Examples:
    StatVarType(vbBoolean) = False
    StatVarType(vbDecimal) = False
See also:
    MathStatistics_Initialize Subroutine

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.