Decimal128DataType


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.12.0" ) ]
public Decimal128DataType (int32 precision, int32 scale) throws Error

Parameters:

precision

The precision of decimal data.

scale

The scale of decimal data.

Returns:

The newly created 128-bit decimal data type on success, null on error.