NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataBuffer.GetDecimal

[To be supplied.]

[Visual Basic]
Function GetDecimal( _
   ByVal i As Integer _
) As Decimal
[C#]
Decimal GetDecimal(
   int i
);
[C++]
Decimal GetDecimal(
   int i
) = 0;
[JScript]
function GetDecimal(
   i : int
) : Decimal;

Parameters

i
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace