Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

02e600aa c92d add2 5fbd 9875335d5ba6

haplokuon edited this page May 6, 2023 · 1 revision

Zero Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GVector.Zero(System.Int32)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static GVector Zero(
	int size
)

VB

Public Shared Function Zero ( 
	size As Integer
) As GVector

C++

public:
static GVector^ Zero(
	int size
)

F#

static member Zero : 
        size : int -> GVector 

Parameters

  Int32
\[Missing <param name="size"/> documentation for "M:netDxf.GTE.GVector.Zero(System.Int32)"\]

Return Value

GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Zero(System.Int32)"]

See Also

Reference

GVector Class
netDxf.GTE Namespace

Clone this wiki locally