PropertyInvalidExceptionValidateNotNaN Method (Double, String) | 
  
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static void ValidateNotNaN(
	double value,
	string propertyName
)
Public Shared Sub ValidateNotNaN ( 
	value As Double,
	propertyName As String
)
public:
static void ValidateNotNaN(
	double value, 
	String^ propertyName
)
static member ValidateNotNaN : 
        value : float * 
        propertyName : string -> unit 
Parameters
- value
 - Type: SystemDouble
The property value. - propertyName
 - Type: SystemString
The name of the property. 
Exceptions
See Also