Persistate API documentation
CanHold Method (value)
NamespacesPersistateBaseDataTypeCanHold(Double)

[This is preliminary documentation and is subject to change.]

Determines if variables with this base data type can hold the supplied floating point value.
Declaration Syntax
C#
public bool CanHold(
	double value
)
Parameters
value (Double)
The floating point value to check.
Return Value
True if this base data type can hold the supplied value, otherwise false.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)