BooleanDescription

describe~ BooleanDescription

Describes a series of Boolean Values

Constructor

new BooleanDescription(what, options)

Parameters:
Name Type Description
what String

what is being described

options DescribeOptions

options used for describing

Extends

  • SeriesDescription

Members

mean :number

Mean sum as expressed

Type:
  • number

Methods

(static) matchesType(value) → {Boolean}

Whether the value can be described with this

Parameters:
Name Type Description
value any

value to check

Returns:
  • true if the value matches
Type
Boolean