Interface MedianOptions

interface MedianOptions {
    points: Point[];
}

Properties

Properties

points: Point[]

Points to calculate median from.