Sphere.area

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

Return Value

Type: T

Circle area.

Meta