[Missing <summary> documentation for "M:BrydenWoodUnity.Extensions.IsZero(System.Double)"]
 
    Namespace: 
   BrydenWoodUnity
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic static bool IsZero(
	this double d
)
<ExtensionAttribute>
Public Shared Function IsZero ( 
	d As Double
) As Boolean
public:
[ExtensionAttribute]
static bool IsZero(
	double d
)
[<ExtensionAttribute>]
static member IsZero : 
        d : float -> bool 
Parameters
- d
- Type: SystemDouble
 [Missing <param name="d"/> documentation for "M:BrydenWoodUnity.Extensions.IsZero(System.Double)"] 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:BrydenWoodUnity.Extensions.IsZero(System.Double)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also