.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    VectorValues Class

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

    Represents a base class for collection of vector values.

    public abstract class VectorValues
    Inheritance
    object
    VectorValues
    MultiVectorValues
    SingleVectorValues
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Methods

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

    Creates a new instance of the VectorValues class with multiple vectors indexed by names.

    Of(float[])

    Creates a new instance of the VectorValues class with a single vector.

    Of(params (string indexName, float[] vector)[])

    Creates a new instance of the VectorValues class with multiple vectors indexed by names.

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