The StatsSettings type exposes the following members.

Constructors

  NameDescription
StatsSettings
Initializes a new instance of the StatsSettings class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
RestoreDefaults
Restore all of the settings back to their default values.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DEFAULT_BIAS_TYPE
Default setting for bias.
DEFAULT_DATETIME_FORMAT
Default setting for date time format.
DEFAULT_DATETIME_MISSING_VALUE
Default setting for date time missing values.
DEFAULT_FLOAT_PRECISION
Default setting for float precision.
DEFAULT_GENERIC_MISSING_VALUE
Default setting for generic missing values.
DEFAULT_INTEGER_FORMAT
Default setting for integer format.
DEFAULT_INTEGER_MISSING_VALUE
Default setting for integer missing values.
DEFAULT_NUMERIC_FORMAT
Default setting for numeric format.
DEFAULT_NUMERIC_MISSING_VALUE
Default setting for numeric missing values.
DEFAULT_SORTING_TYPE
Default sorting type.
DEFAULT_STRING_MISSING_VALUE
Default setting for string missing values.

Properties

  NameDescription
Bias
Gets and sets the default bias type.
DateTimeFormat
Gets and sets the default format for displaying datetimes.
DateTimeMissingValue
Gets and sets the default missing value for datetimes.
FloatPrecision
Gets and sets the default precision for displaying floating point numbers.
GenericMissingValue
Gets and sets the default missing value for generic objects.
IntegerFormat
Gets and sets the default format for displaying integers.
IntegerMissingValue
Gets and sets the default missing value for integers.
NumericFormat
Gets and sets the default format for displaying floating point numbers.
NumericMissingValue
Gets and sets the default missing value for doubles.
Sorting
Gets and sets the default sorting order.
StringMissingValue
Gets and sets the default missing value for strings.

See Also