DHART
Loading...
Searching...
No Matches
DHARTAPI.Extensions Class Reference

Some extension functions that are used internally. More...

Static Public Member Functions

static bool IsFinite (this Single s)
 Check if this float is finite. More...
 

Detailed Description

Some extension functions that are used internally.

Member Function Documentation

◆ IsFinite()

static bool DHARTAPI.Extensions.IsFinite ( this Single  s)
static

Check if this float is finite.

Parameters
sThe float to check.
Returns
true if this float is finite; otherwise, false.

A float is finite if it is not equal to NAN, positive infinity, or negative infinity.


The documentation for this class was generated from the following file: