Microsoft SDK for Java

getNumericScale

The getNumericScale and setNumericScale methods of the Field class retrieve or set, respectively, a Byte value that indicates the number of decimal places to which numeric values will be resolved for a Field or Parameter object.

For Parameter objects, the value is read/write. For Field objects, the value is read-only.

Syntax

public int getNumericScale();
public void setNumericScale(byte pbNumericScale);

Parameters

pbNumericScale A Byte value indicating the number of decimal places to which numeric values will be resolved.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.