C# Class BEPUutilities2.MathChecker

Contains conditional extensions to check for bad values in various structures.
Exibir arquivo Open project: RossNordby/scratchpad

Private Methods

Method Description
IsInvalid ( float f ) : bool

Checks a single float for validity. Separate from the extension method to avoid throwing exceptions deep in a call tree.

Validate ( this f ) : void