This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
befa3744 885a db10 4d1b 3e8635a4cae4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.Unit(System.Int32,System.Int32)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GVector Unit(
int size,
int d
)
VB
Public Shared Function Unit (
size As Integer,
d As Integer
) As GVector
C++
public:
static GVector^ Unit(
int size,
int d
)
F#
static member Unit :
size : int *
d : int -> GVector
- Int32
- \[Missing <param name="size"/> documentation for "M:netDxf.GTE.GVector.Unit(System.Int32,System.Int32)"\]
- Int32
- \[Missing <param name="d"/> documentation for "M:netDxf.GTE.GVector.Unit(System.Int32,System.Int32)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Unit(System.Int32,System.Int32)"]