Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DValidateValidDoublePropertyValue Method

Returns true if value is valid double

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

Parameters

value  Object
value

Return Value

Boolean
true if value is valid double and bigger or equal to 0
See Also