Coordinate.withX(double x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.microsoft.azure.cognitiveservices.vision.faceapi.models.coordinate.withxSet the x value.
IntMath.ceilingPowerOfTwo(int x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.math.intmath.ceilingpoweroftwoReturns the smallest power of two greater than or equal to x. This is equivalent to checkedPow(2, log2(x, CEILING)).
IntMath.isPowerOfTwo(int x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.math.intmath.ispoweroftwoReturns true if x represents a power of two. This differs from Integer.bitCount(x) == 1, because Integer.bitCount(Integer.MIN_VALUE) == 1, but Integer#MIN_VALUE is not a power of two.
Point2D.withX(double x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.microsoft.azure.cognitiveservices.search.visualsearch.models.point2d.withxSet the x value.
JsonWebKey.withX(String x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.resourcemanager.attestation.models.jsonwebkey.withxSet the x property: X coordinate for the Elliptic Curve point.
JWKHeader.setX(String x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.containers.containerregistry.implementation.models.jwkheader.setxSet the x property: x value.
LongMath.ceilingPowerOfTwo(long x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.math.longmath.ceilingpoweroftwoReturns the smallest power of two greater than or equal to x. This is equivalent to checkedPow(2, log2(x, CEILING)).
LongMath.floorPowerOfTwo(long x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.math.longmath.floorpoweroftwoReturns the largest power of two less than or equal to x. This is equivalent to checkedPow(2, log2(x, FLOOR)).
BoundingRect.withX(int x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.microsoft.azure.cognitiveservices.vision.computervision.models.boundingrect.withxSet the x value.
IntMath.floorPowerOfTwo(int x) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.math.intmath.floorpoweroftwoReturns the largest power of two less than or equal to x. This is equivalent to checkedPow(2, log2(x, FLOOR)).