40 references to DoubleType
Microsoft.VisualBasic.Core (40)
Microsoft\VisualBasic\CompilerServices\BooleanType.vb (1)
39
Return CBool(
DoubleType
.Parse(Value))
Microsoft\VisualBasic\CompilerServices\ByteType.vb (1)
29
Return CByte(
DoubleType
.Parse(Value))
Microsoft\VisualBasic\CompilerServices\DoubleType.vb (2)
33
Return
DoubleType
.Parse(Value, NumberFormat)
114
Return
DoubleType
.FromString(valueInterface.ToString(Nothing), NumberFormat)
Microsoft\VisualBasic\CompilerServices\IntegerType.vb (1)
29
Return CInt(
DoubleType
.Parse(Value))
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (26)
829
dbl1 =
DoubleType
.FromString(conv1.ToString(Nothing))
837
dbl2 =
DoubleType
.FromString(conv2.ToString(Nothing))
912
Return
DoubleType
.FromObject(obj)
1057
DoubleResult = -
DoubleType
.FromString(ObjString)
1059
DoubleResult = -
DoubleType
.FromString(conv.ToString(Nothing))
1723
dbl1 =
DoubleType
.FromString(conv1.ToString(Nothing))
1731
dbl2 =
DoubleType
.FromString(conv2.ToString(Nothing))
2022
dbl1 =
DoubleType
.FromString(conv1.ToString(Nothing))
2030
dbl2 =
DoubleType
.FromString(conv2.ToString(Nothing))
2044
dbl1 =
DoubleType
.FromString(s1)
2048
dbl2 =
DoubleType
.FromString(s2)
2324
dbl1 =
DoubleType
.FromString(conv1.ToString(Nothing))
2332
dbl2 =
DoubleType
.FromString(conv2.ToString(Nothing))
2346
dbl1 =
DoubleType
.FromString(s1)
2350
dbl2 =
DoubleType
.FromString(s2)
2618
dbl1 =
DoubleType
.FromString(conv1.ToString(Nothing))
2626
dbl2 =
DoubleType
.FromString(conv2.ToString(Nothing))
2640
dbl1 =
DoubleType
.FromString(s1)
2644
dbl2 =
DoubleType
.FromString(s2)
2705
Return
DoubleType
.FromObject(obj1) ^
DoubleType
.FromObject(obj2)
2969
dbl1 =
DoubleType
.FromString(conv1.ToString(Nothing))
2977
dbl2 =
DoubleType
.FromString(conv2.ToString(Nothing))
2991
dbl1 =
DoubleType
.FromString(s1)
2995
dbl2 =
DoubleType
.FromString(s2)
3496
Return
DoubleType
.FromObject(obj)
Microsoft\VisualBasic\CompilerServices\ShortType.vb (1)
29
Return CShort(
DoubleType
.Parse(Value))
Microsoft\VisualBasic\CompilerServices\SingleType.vb (1)
34
Dim Result As Double =
DoubleType
.Parse(Value, NumberFormat)
Microsoft\VisualBasic\CompilerServices\VB6BinaryFile.vb (1)
160
Value =
DoubleType
.FromObject(InputNum(VariantType.Double))
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
182
m_oFile.PutDouble(0,
DoubleType
.FromObject(vValue))
1832
m_bw.Write(
DoubleType
.FromObject(obj))
2185
s = AddSpaces(StringType.FromDouble(
DoubleType
.FromObject(obj)))
2278
WriteString(IOStrFromDouble(
DoubleType
.FromObject(value), InvariantNumberFormat))
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
184
Value =
DoubleType
.FromObject(InputNum(VariantType.Double), GetInvariantCultureInfo().NumberFormat)
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
476
PutDouble(RecordNumber,
DoubleType
.FromObject(Value), ContainedInVariant)