Skip to content

Instantly share code, notes, and snippets.

@mysteriouspants
Created February 2, 2015 23:51
Show Gist options
  • Save mysteriouspants/e268bcd2ebc0bb650fd6 to your computer and use it in GitHub Desktop.
Save mysteriouspants/e268bcd2ebc0bb650fd6 to your computer and use it in GitHub Desktop.
Interval<double>.Test(0.5)
.IfOn("[0,0.3)", () => /* ... */ )
.IfOn("[0.3,0.7)", () => /* ... */)
.IfOn("[0.7,1]", () => /* ... */)
.UnlessOn("[-1,0)", () => /* ... */)
.Else(() => /* ... */);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment