C# Class BEPUutilities.MathChecker

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

Private Methods

Méthode 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