Sphere.area

Returns circle area.

struct Sphere(T, int N)
pure nothrow const @safe @nogc
static if(isFloatingPoint!T)
static if(N == 2)
T
area
()
if (
N == 2 ||
N == 3
)

Meta