Click or drag to resize
AB4D logo

BaseUIElement3DValidatePositiveDoublePropertyValue Method

Returns true if value is valid double and is positive

Namespace: Ab3d.UIElements
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected static bool ValidatePositiveDoublePropertyValue(
	Object value
)

Parameters

value  Object
value

Return Value

Boolean
true if value is valid double and is positive
See Also