10 references to Decimal
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (8)
919
Return VT.
Decimal
1311
m_bw.Write(VT.
Decimal
)
1329
m_bw.Write(CShort(VT.
Decimal
)) ' Decimal contains the vtype as first 2 bytes
1403
Case VT.
Decimal
1840
Case VT.
Decimal
'8 bytes
1929
If vtype > VT.Variant AndAlso (vtype <> VT.Byte AndAlso vtype <> VT.
Decimal
AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then
2012
Case VT.
Decimal
'8 bytes
2055
If vtype > VT.Variant AndAlso (vtype <> VT.Byte AndAlso vtype <> VT.
Decimal
AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (2)
226
vtype = VT.
Decimal
266
ElseIf vtype = VT.
Decimal
Then