.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    MultiVectorValues Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents a collection of vector values indexed by names.

    public class MultiVectorValues : VectorValues
    Inheritance
    object
    VectorValues
    MultiVectorValues
    Inherited Members
    VectorValues.Of(float[])
    VectorValues.Of(params (string indexName, float[] vector)[])
    VectorValues.Of(IDictionary<string, float[]>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    MultiVectorValues(IDictionary<string, float[]>)

    Initializes a new instance of the MultiVectorValues class with the specified indexed vectors.

    Properties

    Name Description
    IndexNameToVector

    Gets the dictionary containing index names and their corresponding vector values.

    Methods

    Name Description
    ToString()

    Returns a string that represents the current object.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.