DoubleSC extension

Supercharged extensions on double numbers.

on

Properties

days Duration
Returns a Duration representing the current value as days.
no setter
hours Duration
Returns a Duration representing the current value as hours.
no setter
minutes Duration
Returns a Duration representing the current value as minutes.
no setter
seconds Duration
Returns a Duration representing the current value as seconds.
no setter

Methods

isBetween(num first, num second) bool
Returns a bool if this value is between (including) the two numeric values first and second.