toSquareInches static method

double toSquareInches(
  1. double value
)

Converts the supplied Acres value to Square Inches

Implementation

static double toSquareInches(double value) => value * 6272640.0;