C# Class BEPUutilities.MathChecker

Contains conditional extensions to check for bad values in various structures.
Mostrar archivo Open project: Indiefreaks/igf Class Usage Examples

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