isFloatingPoint

True if the type of M in A is a floating-point.

  1. eponymoustemplate isFloatingPoint(T)
  2. alias isFloatingPoint(alias A, string M) = isFloatingPoint!(typeof(getChild!(A, M)))
    alias isFloatingPoint(alias A, string M) = isFloatingPoint!(typeof(getChild!(A, M)))

Meta