Sphere.area

struct Sphere(T, size_t N)
nothrow pure const nothrow
static if(isFloatingPoint!T)
static if(N == 2u)
T
area
()

Return Value

Type: T

Circle area.

Meta