CastOptions.allowDecimalTruncate
bool allowDecimalTruncate() @property nothrowGet allowDecimalTruncate property.
Returns
Whether truncating decimal value is allowed or not.
void allowDecimalTruncate(bool propval) @property nothrowSet allowDecimalTruncate property.
Parameters
propval | Whether truncating decimal value is allowed or not. |