MCPcopy Create free account
hub / github.com/Kitware/VTK / IsDouble

Method IsDouble

Common/Core/vtkVariant.cxx:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529bool vtkVariant::IsDouble() const
530{
531 return this->Type == VTK_DOUBLE;
532}
533
534bool vtkVariant::IsChar() const
535{

Callers 6

IsNumericMethod · 0.95
ToStringMethod · 0.95
ToNumericMethod · 0.95
PrintJSONValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected