你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BoundingBox 类

定义

表示 Azure Cosmos DB 服务中几何图形的坐标范围。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Spatial.Converters.BoundingBoxJsonConverter))]
[System.Runtime.Serialization.DataContract]
public sealed class BoundingBox : IEquatable<Microsoft.Azure.Cosmos.Spatial.BoundingBox>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Spatial.Converters.BoundingBoxJsonConverter))>]
[<System.Runtime.Serialization.DataContract>]
type BoundingBox = class
    interface IEquatable<BoundingBox>
Public NotInheritable Class BoundingBox
Implements IEquatable(Of BoundingBox)
继承
BoundingBox
属性
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
实现

构造函数

BoundingBox(Position, Position)

初始化 Azure Cosmos DB 服务中 类的新实例 BoundingBox

属性

Max

获取 Azure Cosmos DB 服务中边界框的所有轴的最高值。

Min

获取 Azure Cosmos DB 服务中边界框的所有轴的最低值。

方法

Equals(BoundingBox)

确定这 BoundingBox 是否等于 other Azure Cosmos DB 服务中的 。

Equals(Object)

确定指定的 BoundingBox 是否等于 Azure Cosmos DB 服务中的当前 BoundingBox

GetHashCode()

用作 Azure Cosmos DB 服务中类型的哈希函数 BoundingBox

适用于