C# Class BEPUutilities.MathChecker

Contains conditional extensions to check for bad values in various structures.
ファイルを表示 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