1 reference to IsFloatPointNumericType
System.Data.Entity (1)
System\Data\Metadata\TypeSemantics.cs (1)
414
return (IsIntegerNumericType(type) || IsFixedPointNumericType(type) ||
IsFloatPointNumericType
(type));