- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isHorizontal (0.41 sec)
-
android/guava/src/com/google/common/math/LinearTransformation.java
checkArgument(isFinite(y)); double slope = 0.0; return new RegularLinearTransformation(slope, y); } /** * Builds an instance for datasets which contains {@link Double#NaN}. The {@link #isHorizontal} * and {@link #isVertical} methods return {@code false} and the {@link #slope}, and {@link * #transform} methods all return {@link Double#NaN}. The {@link #inverse} method returns the same * instance. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.7K bytes - Viewed (0)