6 references to ObjTstDouble
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (6)
542Return ObjTstDouble(conv1.ToDouble(Nothing), 0) 545Return ObjTstDouble(0, conv2.ToDouble(Nothing)) 639Return ObjTstDouble(conv1.ToDouble(Nothing), conv2.ToDouble(Nothing)) 642Return ObjTstDouble(conv1.ToDouble(Nothing), ToVBBool(conv2)) 645Return ObjTstDouble(ToVBBool(conv1), conv2.ToDouble(Nothing)) 844Return ObjTstDouble(dbl1, dbl2)