Click or drag to resize

PropertyInvalidExceptionValidateZeroToOne Method

Validate that the given property value must be between zero and one, and throw PropertyInvalidException if it is not.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void ValidateZeroToOne(
	double value,
	string propertyName,
	string exceptionMessage
)

Parameters

value
Type: SystemDouble
The property value.
propertyName
Type: SystemString
The name of the property.
exceptionMessage
Type: SystemString
The message to use when throwing the exception.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown if value is not between zero and one.
See Also