.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    Of Method

    Of(TVal, VectorValues)

    Creates a new instance of the VectorDocument<TVal> class with the specified value and vector values.

    Declaration
    public static IVectorDocument<TVal> Of(TVal value, VectorValues vectorValues)
    Parameters
    TVal value

    The value contained in the document.

    VectorValues vectorValues

    The vector values associated with the document.

    Returns
    IVectorDocument<TVal>

    A new instance of the VectorDocument<TVal> class.

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