void SaveDecimal( decimal value, byte precision, byte scale )
Sub SaveDecimal ( value As Decimal, precision As Byte, scale As Byte )
abstract SaveDecimal : value : decimal * precision : byte * scale : byte -> unit
In This Article